From 9cab9a83f3d17979780b920383a17f7bd3ee2027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:08:26 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump step-security/harden-runner Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.0 to 2.12.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.2.0...002fdce3c6a235733a90a27c80493a3241e56863) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/autoupdate.yml | 2 +- .github/workflows/create-labels.yml | 2 +- .github/workflows/fosstars-report.yml | 2 +- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/pullrequest-linter.yml | 2 +- .github/workflows/pullrequest.yml | 10 +++++----- .github/workflows/push.yml | 4 ++-- .github/workflows/rebase-issue.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/wiki.yml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 97b71763..36ed5911 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -21,7 +21,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 3d7d190d..4958f58f 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -22,7 +22,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 4c0ab59a..d88b75cc 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -21,7 +21,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index fbc25c5e..526eac69 100644 --- a/.github/workflows/fosstars-report.yml +++ b/.github/workflows/fosstars-report.yml @@ -27,7 +27,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2eb7d299..2ff10c51 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,7 +31,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit @@ -66,7 +66,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/pullrequest-linter.yml b/.github/workflows/pullrequest-linter.yml index e80f55de..1d816926 100644 --- a/.github/workflows/pullrequest-linter.yml +++ b/.github/workflows/pullrequest-linter.yml @@ -24,7 +24,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e62e9181..b13c7395 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -23,7 +23,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: disable-sudo: true egress-policy: block @@ -55,7 +55,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit @@ -78,7 +78,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit @@ -116,7 +116,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit @@ -153,7 +153,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4a19c120..e6a60595 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -21,7 +21,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: disable-sudo: true egress-policy: block @@ -58,7 +58,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/rebase-issue.yml b/.github/workflows/rebase-issue.yml index 04338965..b37d108a 100644 --- a/.github/workflows/rebase-issue.yml +++ b/.github/workflows/rebase-issue.yml @@ -23,7 +23,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6b2b1847..0cf7a7cb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,7 +22,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 4911f8d8..0c8a03b6 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -33,7 +33,7 @@ jobs: # More info: https://github.com/step-security/harden-runner. - name: Harden Runner id: harden_runner - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 with: egress-policy: audit