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.
1 parent a30791f commit 31cce02Copy full SHA for 31cce02
1 file changed
.github/workflows/main.yml
@@ -127,7 +127,7 @@ jobs:
127
runs-on: ubuntu-24.04
128
if: github.event_name == 'push'
129
steps:
130
- - uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
+ - uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
131
with:
132
egress-policy: block
133
disable-telemetry: true
@@ -169,7 +169,7 @@ jobs:
169
permissions:
170
contents: write
171
172
173
174
175
allowed-endpoints: >
0 commit comments