Skip to content

Commit

Permalink
chore(deps): update step-security/harden-runner digest to bf4cac9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2023
1 parent c736d54 commit ea9be59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Harden the GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: block
allowed-endpoints: >
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Harden the GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: block
allowed-endpoints: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Harden the GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: block
allowed-endpoints: >
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: audit

Expand All @@ -165,7 +165,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@02adcd6bfd77320f112a89e3f2692a83928cc1f4
uses: step-security/harden-runner@bf4cac97a49476daf40896c7ba9e4c1ffbc530f5
with:
egress-policy: audit

Expand Down

0 comments on commit ea9be59

Please sign in to comment.