Skip to content

Commit 4f79cfb

Browse files
build: update all github actions
See associated pull request for more information.
1 parent 34d577f commit 4f79cfb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
# because it does not support checking out from a fork (as it lacks a `repository` input).
4141
# Thus, we checkout and setup Node/pnpm manually.
4242
- name: Install pnpm
43-
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
43+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
4444

4545
- name: Setup Node.js
46-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
46+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4747
with:
4848
node-version-file: '.nvmrc'
4949
cache: 'pnpm'

.github/workflows/scorecard.yml

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

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: 'Upload to code-scanning'
50-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
50+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5151
with:
5252
sarif_file: results.sarif

0 commit comments

Comments
 (0)