Skip to content

Commit 9622d8f

Browse files
authored
Merge pull request #1068 from the-hideout/dependabot/github_actions/github-actions-4f74f2a315
Bump the github-actions group with 3 updates
2 parents 58ef867 + d0d9a00 commit 9622d8f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ref: ${{ steps.branch-deploy.outputs.sha }}
3737

38-
- uses: actions/setup-node@v4.3.0
38+
- uses: actions/setup-node@v4.4.0
3939
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
4040
with:
4141
node-version-file: .node-version

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121

2222
# check to ensure all JSON files are valid in the repository
2323
- name: json-yaml-validate
24-
uses: GrantBirki/json-yaml-validate@v3.2.1
24+
uses: GrantBirki/json-yaml-validate@v3.3.0
2525
with:
2626
comment: "true"
2727

28-
- uses: actions/setup-node@v4.3.0
28+
- uses: actions/setup-node@v4.4.0
2929
with:
3030
node-version-file: .node-version
3131
cache: 'npm'

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # pin@v2
29+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # pin@v2
3030
with:
3131
languages: ${{ matrix.language }}
3232

3333
- name: Autobuild
34-
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # pin@v2
34+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # pin@v2
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # pin@v2
37+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # pin@v2

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# check to ensure all JSON files are valid in the repository
3232
- name: json-yaml-validate
3333
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
34-
uses: GrantBirki/json-yaml-validate@v3.2.1
34+
uses: GrantBirki/json-yaml-validate@v3.3.0
3535

36-
- uses: actions/setup-node@v4.3.0
36+
- uses: actions/setup-node@v4.4.0
3737
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
3838
with:
3939
node-version-file: .node-version

0 commit comments

Comments
 (0)