Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/approve-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed May 23, 2024
1 parent c3deac3 commit 4929044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/approve-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

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

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

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

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

0 comments on commit 4929044

Please sign in to comment.