Skip to content

Bump step-security/harden-runner from 2.12.0 to 2.12.2 #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- python

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
# DO NOT run actions/checkout here, for security reasons
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: false
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
contents: write

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: false
egress-policy: audit
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
security-events: write

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
security-events: write

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
contents: write

steps:
- uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
- uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
with:
disable-sudo: true
egress-policy: block
Expand Down
Loading