Skip to content

Commit e0babf8

Browse files
committed
fix: pin .github workflow references to SHA
1 parent 2218f67 commit e0babf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
node-audit:
11-
uses: netresearch/.github/.github/workflows/node-audit.yml@main
11+
uses: netresearch/.github/.github/workflows/node-audit.yml@d88eed9ac412c7e6f05bbdb93824a5175a054a65 # main
1212
with:
1313
package-manager: npm
1414
audit-level: high
1515

1616
gitleaks:
17-
uses: netresearch/.github/.github/workflows/gitleaks.yml@main
17+
uses: netresearch/.github/.github/workflows/gitleaks.yml@d88eed9ac412c7e6f05bbdb93824a5175a054a65 # main
1818
secrets: inherit

0 commit comments

Comments
 (0)