We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50cd8a0 + 03a11bc commit 7e7af35Copy full SHA for 7e7af35
2 files changed
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Harden Runner
19
- uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2
+ uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e
20
with:
21
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
22
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
0 commit comments