We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7390fde + 6e81fe2 commit b916adbCopy full SHA for b916adb
1 file changed
.github/workflows/docker.yml
@@ -18,7 +18,7 @@ jobs:
18
if: startsWith(github.event.inputs.release_tag, 'v')
19
steps:
20
- name: Harden the runner (Audit all outbound calls)
21
- uses: step-security/harden-runner@0v2
+ uses: step-security/harden-runner@v2
22
with:
23
egress-policy: audit
24
0 commit comments