Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update step-security/harden-runner digest to cbe5226
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2023
1 parent fb6b93e commit 0c1b0b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
uses: step-security/harden-runner@cbe522639944d3247f1f8832639650558051f9b7
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
security-events: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
uses: step-security/harden-runner@cbe522639944d3247f1f8832639650558051f9b7
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
uses: step-security/harden-runner@cbe522639944d3247f1f8832639650558051f9b7
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
uses: step-security/harden-runner@cbe522639944d3247f1f8832639650558051f9b7
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
uses: step-security/harden-runner@cbe522639944d3247f1f8832639650558051f9b7
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@6c61cb4fea1342b19f1b0e954c364bdfb464afa8
uses: step-security/harden-runner@cbe522639944d3247f1f8832639650558051f9b7
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down

0 comments on commit 0c1b0b1

Please sign in to comment.