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 0c9b68e commit c8b66cfCopy full SHA for c8b66cf
.github/workflows/flawfinder.yml
@@ -26,6 +26,11 @@ jobs:
26
contents: read
27
security-events: write
28
steps:
29
+ - name: Harden Runner
30
+ uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
31
+ with:
32
+ egress-policy: audit
33
+
34
- name: Checkout code
35
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
.github/workflows/semgrep.yml
@@ -31,6 +31,11 @@ jobs:
name: Scan
runs-on: ubuntu-latest
37
38
39
# Checkout project source
40
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41
0 commit comments