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 Apr 30, 2024
1 parent 5d41089 commit 594de2b
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.7.0
uses: step-security/harden-runner@v2.7.1
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.7.0
uses: step-security/harden-runner@v2.7.1
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.7.0
uses: step-security/harden-runner@v2.7.1
with:
egress-policy: audit
disable-sudo: true
Expand Down

0 comments on commit 594de2b

Please sign in to comment.