Skip to content

Commit

Permalink
chore(deps): update step-security/harden-runner digest to 18f6947 (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 5d50b1a commit 547af64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f
with:
egress-policy: audit

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f
with:
egress-policy: audit

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}}
steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f
with:
egress-policy: block
allowed-endpoints: >
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

steps:
- name: Harden GitHub Actions Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350
uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f
with:
egress-policy: audit

Expand Down

0 comments on commit 547af64

Please sign in to comment.