Skip to content

Commit 96293a7

Browse files
authored
deps: Update dependencies for github (#370)
1 parent db701bb commit 96293a7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
58+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
5959
with:
6060
languages: ${{ matrix.language }}
6161

6262
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6363
# If this step fails, then you should remove it and run the build manually
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
65+
uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
68+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
6969
with:
7070
category: "/language:${{matrix.language}}"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.base_ref }}
5353

5454
- name: Setup nodejs
55-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
55+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
5656
with:
5757
node-version: "18.x"
5858

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
repository: ${{ github.event.pull_request.head.repo.full_name }}
3737

3838
- name: Use Nodejs v18.x
39-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
39+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4040
with:
4141
node-version: v18.x
4242

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
60+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6161
with:
6262
name: SARIF file
6363
path: results.sarif
6464
retention-days: 5
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
68+
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
6969
with:
7070
sarif_file: resultsFiltered.sarif

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
repository: ${{ github.event.pull_request.head.repo.full_name }}
7777

7878
- name: Use Nodejs ${{ matrix.node-version }}
79-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
79+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282

@@ -188,7 +188,7 @@ jobs:
188188
repository: ${{ github.event.pull_request.head.repo.full_name }}
189189

190190
- name: Use Node.js ${{ matrix.node-version }}
191-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
191+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
192192
with:
193193
node-version: ${{ matrix.node-version }}
194194

@@ -328,7 +328,7 @@ jobs:
328328
repository: ${{ github.event.pull_request.head.repo.full_name }}
329329

330330
- name: Setup Node.js
331-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
331+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
332332
with:
333333
node-version: v20.x
334334

0 commit comments

Comments
 (0)