From 57d9dda7de0f6c777723f9c7eb48a3112e4ac062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:29:59 +0000 Subject: [PATCH] fix: update step-security/harden-runner action to v2.6.1 --- .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 cc05ca85..7a55f851 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/commit-linter.yml b/.github/workflows/commit-linter.yml index 498a2cc9..fbe25ed1 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/initialization.yml b/.github/workflows/initialization.yml index 5c255d51..1e909a1d 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b859bbe8..d7d239f3 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index 14ff0b06..f4ffe776 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index 33471cb2..3e53f876 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/python-docs-release.yml b/.github/workflows/python-docs-release.yml index b6f74297..ee2e8a45 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 9080ee08..a9fd81a2 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 75ba6c57..da1aade6 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > @@ -61,7 +61,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index 900a1ef4..b8022b6e 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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 + uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 with: disable-sudo: true egress-policy: block