We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465ee64 commit 35d4ca1Copy full SHA for 35d4ca1
1 file changed
.github/workflows/security.yml
@@ -8,11 +8,11 @@ on:
8
9
jobs:
10
node-audit:
11
- uses: netresearch/.github/.github/workflows/node-audit.yml@719efa1363a09402610a5e515f668eff54ec4e23 # main
+ uses: netresearch/.github/.github/workflows/node-audit.yml@f87ee244a6e0d78c24e0bd58794563ab8d916943 # main
12
with:
13
package-manager: npm
14
audit-level: high
15
16
gitleaks:
17
- uses: netresearch/.github/.github/workflows/gitleaks.yml@719efa1363a09402610a5e515f668eff54ec4e23 # main
+ uses: netresearch/.github/.github/workflows/gitleaks.yml@f87ee244a6e0d78c24e0bd58794563ab8d916943 # main
18
secrets: inherit
0 commit comments