Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/pr-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 30, 2024
1 parent a8de5a8 commit d6e1010
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr-lint.yml
Expand Up @@ -96,7 +96,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 @@ -228,7 +228,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 @@ -271,7 +271,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 @@ -306,7 +306,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 @@ -341,7 +341,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 @@ -377,7 +377,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 @@ -424,7 +424,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 @@ -461,7 +461,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 d6e1010

Please sign in to comment.