We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e230591 commit cb8288eCopy full SHA for cb8288e
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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
+ uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.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