From a236b6c16b75bcd31428c4e5eb4135359309d633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:36:30 +0000 Subject: [PATCH] fix: update step-security/harden-runner action to v2.10.3 --- .github/workflows/code-linter.yml | 2 +- .github/workflows/commit-linter.yml | 2 +- .github/workflows/initialization.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/markdown-linter.yml | 2 +- .github/workflows/pr-linter.yml | 2 +- .github/workflows/python-docs-release.yml | 2 +- .github/workflows/python-release.yml | 2 +- .github/workflows/python-tests.yml | 4 ++-- .github/workflows/security-codeql.yml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/code-linter.yml b/.github/workflows/code-linter.yml index f0064192..73e17521 100644 --- a/.github/workflows/code-linter.yml +++ b/.github/workflows/code-linter.yml @@ -23,7 +23,7 @@ jobs: cancel-in-progress: true steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/commit-linter.yml b/.github/workflows/commit-linter.yml index ed39b6e9..a433d326 100644 --- a/.github/workflows/commit-linter.yml +++ b/.github/workflows/commit-linter.yml @@ -18,7 +18,7 @@ jobs: if: github.actor != 'renovate[bot]' steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/initialization.yml b/.github/workflows/initialization.yml index 79e55daa..19b1fd45 100644 --- a/.github/workflows/initialization.yml +++ b/.github/workflows/initialization.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index eaad3be5..eb607df8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,7 +15,7 @@ jobs: if: github.actor != 'renovate[bot]' steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index 207be350..131dc132 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index cd76f8c2..b5b254e3 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -22,7 +22,7 @@ jobs: if: github.actor != 'renovate[bot]' steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/python-docs-release.yml b/.github/workflows/python-docs-release.yml index e83e696e..ecbfb353 100644 --- a/.github/workflows/python-docs-release.yml +++ b/.github/workflows/python-docs-release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 1226faea..0ea2f985 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 260c2adc..2100eb8d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > @@ -61,7 +61,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index 58fa2ec2..77b6996c 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: disable-sudo: true egress-policy: block