We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0932a08 commit 1ad3f13Copy full SHA for 1ad3f13
1 file changed
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
group: ${{ github.workflow }}-${{ github.ref }}
26
steps:
27
- name: Harden the runner (Audit all outbound calls)
28
- uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
+ uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
29
with:
30
egress-policy: audit
31
@@ -67,7 +67,7 @@ jobs:
67
needs: build
68
69
70
71
72
73
0 commit comments