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.
2 parents d619262 + 5caac17 commit a21a27dCopy full SHA for a21a27d
.github/workflows/automatePR.yml
@@ -16,6 +16,11 @@ jobs:
16
actions: write
17
18
steps:
19
+ - name: Harden Runner
20
+ uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
21
+ with:
22
+ egress-policy: audit
23
+
24
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
25
with:
26
repository: step-security/secure-repo
.github/workflows/scorecards.yml
@@ -31,6 +31,11 @@ jobs:
31
# actions: read
32
33
34
35
36
37
38
39
- name: "Checkout code"
40
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
41
0 commit comments