We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61e54f commit 257faa0Copy full SHA for 257faa0
1 file changed
.github/workflows/cherry-picker.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Harden Runner
22
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
+ uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
23
with:
24
egress-policy: audit
25
- if: github.event.pull_request
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
- if: startsWith(github.event.issue.body, 'Forked from')
0 commit comments