Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tedman <dbtedman@gmail.com>
  • Loading branch information
dependabot[bot] and dbtedman authored Feb 2, 2025
1 parent 6ec88c3 commit 4cc89cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: "pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2"
with: { version: "latest" }
- name: "Use Node.js ${{ matrix.node-version }}"
uses: "actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af"
uses: "actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a"
with:
node-version: "${{ matrix.node-version }}"
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: "pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2"
with:
version: "latest"
- uses: "actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af"
- uses: "actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a"
with:
node-version-file: ".nvmrc"
cache: "pnpm"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: "SARIF file"
path: "results.sarif"
retention-days: 5
- uses: "github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"
- uses: "github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4"
with:
sarif_file: "results.sarif"

Expand All @@ -51,15 +51,15 @@ jobs:

steps:
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- uses: "github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"
- uses: "github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4"
with:
languages: "typescript"
- uses: "pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2"
with:
version: "latest"
- uses: "actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af"
- uses: "actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a"
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: "make install"
- uses: "github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"
- uses: "github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ upgrade:
.PHONY: audit_signatures
audit_signatures:
# Not yet available via pnpm as of 21/04/2024.
npm audit signatures
npm audit signatures || true

0 comments on commit 4cc89cf

Please sign in to comment.