From 4a83ff0c26552c4d6ed7eb205e27df9a3c080a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:03:32 +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.21.0 to 2.21.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/05e31511f85b41b11d1cf0ef85d0992719546e2c...e14015d583714f6e62063499dc959a02595150a1) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/autoupdate.yml | 2 +- .github/workflows/create-labels.yml | 2 +- .github/workflows/devops-project.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/autoupdate.yml b/.github/workflows/autoupdate.yml index f721236..f674e21 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index f71006d..84bb941 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/devops-project.yml b/.github/workflows/devops-project.yml index eb0d21b..6fbd457 100644 --- a/.github/workflows/devops-project.yml +++ b/.github/workflows/devops-project.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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index 62eaa87..c3a06ce 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 81efce1..583fc55 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/pullrequest-linter.yml b/.github/workflows/pullrequest-linter.yml index ad4be6e..49f946e 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 9abdd55..6f4d2b5 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6b21b15..9ebbdcd 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/rebase-issue.yml b/.github/workflows/rebase-issue.yml index cdfc002..cb4056b 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5be7e9c..42d42ec 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 93065c7..e188b82 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@05e31511f85b41b11d1cf0ef85d0992719546e2c + uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 with: egress-policy: audit