Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/pr-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 19, 2024
1 parent 6c948ec commit ba48c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Harden Security"
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.9.0
with:
egress-policy: audit
disable-sudo: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Harden Security"
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.9.0
with:
egress-policy: audit
disable-sudo: true
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Harden Security"
uses: step-security/harden-runner@v2.8.1
uses: step-security/harden-runner@v2.9.0
with:
egress-policy: audit
disable-sudo: true
Expand Down

0 comments on commit ba48c3e

Please sign in to comment.