We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2218f67 commit e0babf8Copy full SHA for e0babf8
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@main
+ uses: netresearch/.github/.github/workflows/node-audit.yml@d88eed9ac412c7e6f05bbdb93824a5175a054a65 # main
12
with:
13
package-manager: npm
14
audit-level: high
15
16
gitleaks:
17
- uses: netresearch/.github/.github/workflows/gitleaks.yml@main
+ uses: netresearch/.github/.github/workflows/gitleaks.yml@d88eed9ac412c7e6f05bbdb93824a5175a054a65 # main
18
secrets: inherit
0 commit comments