We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca52b6 commit b82ccdbCopy full SHA for b82ccdb
.github/workflows/actions-security-analysis.yml
@@ -17,6 +17,11 @@ jobs:
17
security-events: write
18
19
steps:
20
+ - name: Harden Runner
21
+ uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
22
+ with:
23
+ egress-policy: audit
24
+
25
- name: Checkout repository
26
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
with:
.github/workflows/openssf-scorecard.yml
@@ -33,6 +33,11 @@ jobs:
33
# actions: read
34
35
36
37
38
39
40
41
- name: "Checkout code"
42
43
0 commit comments