Skip to content

Commit

Permalink
fix(deps): update step-security/harden-runner action to v2.9.0
Browse files Browse the repository at this point in the history
| datasource  | package                     | from   | to     |
| ----------- | --------------------------- | ------ | ------ |
| github-tags | step-security/harden-runner | v2.8.1 | v2.9.0 |


Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-gsuquet[bot] authored Jul 19, 2024
1 parent 0c62c2f commit 32be952
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
disable-sudo: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment-python-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
url: ${{ inputs.environment_url }}
steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner == true }}
with:
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
contents: read
steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
egress-policy: audit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-commit-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
regex: ${{ steps.set_regex.outputs.regex }}
steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
disable-sudo: true
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
contents: read
needs: setup
steps:
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
- uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
disable-sudo: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-linter-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
contents: read
steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-modification-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
BRANCH: ${{ inputs.ref || github.head_ref }}
steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
disable-sudo: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
python-version: ${{ fromJSON(needs.setup.outputs.python-versions) }}
steps:
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
- uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner == true }}
with:
egress-policy: audit
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
python-version: ${{ fromJSON(needs.setup.outputs.python-versions) }}
steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner == true }}
with:
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
disable-sudo: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Harden the runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
if: ${{ inputs.harden_runner != false }}
with:
disable-sudo: true
Expand Down

0 comments on commit 32be952

Please sign in to comment.