Skip to content

Commit

Permalink
Update step-security/harden-runner digest to 2579b52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent f87e940 commit 0148d25
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
disable-sudo: true
egress-policy: audit #sonarcloud aws generic hostname unfortunately subject to change
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
egress-policy: audit #outbound hosts constantly subject to change by action providers

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

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-lock-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
uses: step-security/harden-runner@2579b52abd08b0a4c3ad0e4476ddb0f2036e3b67
with:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers
Expand Down

0 comments on commit 0148d25

Please sign in to comment.