Skip to content

Commit 2ae84d8

Browse files
fix(deps): update github-actions (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7fc449 commit 2ae84d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

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

5252
# Initializes the CodeQL tools for scanning.
5353
- name: "Initialize CodeQL"
54-
uses: "github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2" # v3.29.9
54+
uses: "github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498" # v3.29.11
5555
with:
5656
languages: "${{ matrix.language }}"
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: "Autobuild"
64-
uses: "github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2" # v3.29.9
64+
uses: "github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498" # v3.29.11
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -74,6 +74,6 @@ jobs:
7474
# ./location_of_script_within_repo/buildscript.sh
7575

7676
- name: "Perform CodeQL Analysis"
77-
uses: "github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2" # v3.29.9
77+
uses: "github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498" # v3.29.11
7878
with:
7979
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
EMAIL: "github-actions[bot]@users.noreply.github.com"
3434

3535
- name: "Dependency Review"
36-
uses: "actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9" # v4.7.1
36+
uses: "actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b" # v4.7.3

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
- name: "Use Node.js 22.x"
333333
uses: "actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020" # v4.4.0
334334
with:
335-
node-version: "22.18.0"
335+
node-version: "22.19.0"
336336
cache: "pnpm"
337337

338338
- name: "Verify the integrity of provenance attestations and registry signatures for installed dependencies"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373

7474
# Upload the results to GitHub's code scanning dashboard.
7575
- name: "Upload to code-scanning"
76-
uses: "github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2" # v3.29.9
76+
uses: "github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498" # v3.29.11
7777
with:
7878
sarif_file: "results.sarif"

0 commit comments

Comments
 (0)