Skip to content

Commit 1e536cc

Browse files
authored
Merge pull request #69 from github/dependabot/github_actions/github-actions-dependencies-e353b5f47f
Bump the github-actions-dependencies group with 4 updates
2 parents 939aa06 + 5535d5e commit 1e536cc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v6.0.0
33+
uses: actions/checkout@v6.0.2
3434

3535
- name: Install ESLint
3636
run: |
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949

5050
- name: Upload analysis results to GitHub
51-
uses: github/codeql-action/upload-sarif@v4.31.5
51+
uses: github/codeql-action/upload-sarif@v4.34.1
5252
with:
5353
sarif_file: eslint-results.sarif
5454
wait-for-processing: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
id-token: write
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6.0.0
17+
uses: actions/checkout@v6.0.2
1818
- name: Setup Node
19-
uses: actions/setup-node@v6.0.0
19+
uses: actions/setup-node@v6.3.0
2020
with:
2121
node-version: 22
2222
registry-url: https://registry.npmjs.org/

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@v6.0.0
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
persist-credentials: false
3535

@@ -49,7 +49,7 @@ jobs:
4949
# uploads of run results in SARIF format to the repository Actions tab.
5050
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5151
- name: "Upload artifact"
52-
uses: actions/upload-artifact@v5.0.0
52+
uses: actions/upload-artifact@v7.0.0
5353
with:
5454
name: SARIF file
5555
path: results.sarif
@@ -58,6 +58,6 @@ jobs:
5858
# Upload the results to GitHub's code scanning dashboard (optional).
5959
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060
- name: "Upload to code-scanning"
61-
uses: github/codeql-action/upload-sarif@v4.31.5
61+
uses: github/codeql-action/upload-sarif@v4.34.1
6262
with:
6363
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.0
18+
uses: actions/checkout@v6.0.2
1919
- name: Setup Node
20-
uses: actions/setup-node@v6.0.0
20+
uses: actions/setup-node@v6.3.0
2121
with:
2222
node-version: 22
2323
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)