Skip to content

Commit 7e7af35

Browse files
authored
Merge pull request #19 from singlestore-labs/dependabot/github_actions/step-security/harden-runner-2.14.2
Bump step-security/harden-runner from 2.13.2 to 2.14.2
2 parents 50cd8a0 + 03a11bc commit 7e7af35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2
19+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e
2020
with:
2121
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2222

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2
15+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e
1616
with:
1717
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1818

0 commit comments

Comments
 (0)