We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607981 commit 51d3e68Copy full SHA for 51d3e68
1 file changed
.github/workflows/security.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Install gitleaks
26
env:
27
GITLEAKS_VERSION: "8.30.1"
28
+ # Pinned binary. Verify against the official checksums when bumping:
29
+ # https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_checksums.txt
30
+ # (line: gitleaks_8.30.1_linux_x64.tar.gz)
31
GITLEAKS_SHA256: "551f6fc83ea457d62a0d98237cbad105af8d557003051f41f3e7ca7b3f2470eb"
32
run: |
33
set -euo pipefail
@@ -46,6 +49,10 @@ jobs:
46
49
with:
47
50
version: 10.15.1
48
51
run_install: false
52
+ - name: Install Node.js
53
+ uses: actions/setup-node@v4
54
+ with:
55
+ node-version-file: .node-version
56
- name: Audit production dependencies
57
# Fails on High/Critical advisories per the Solana Foundation SDLC.
58
# Known-unfixable advisories are ignored via auditConfig.ignoreGhsas
0 commit comments