From 050c16bdfbbe040e5229b1a08d35241342f9ab13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 19:57:43 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.12.0 to 2.12.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/0634a2670c59f64b4a01f0f96f84700a4088b9f0...002fdce3c6a235733a90a27c80493a3241e56863) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/buildmgr.yml | 16 ++++++++-------- .github/workflows/cpp-linter.yml | 2 +- .github/workflows/global.yaml | 2 +- .github/workflows/markdown.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/packchk.yml | 8 ++++---- .github/workflows/packgen.yml | 8 ++++---- .github/workflows/projmgr.yml | 10 +++++----- .github/workflows/scorecard.yml | 2 +- .github/workflows/shared_matrix_prep.yml | 2 +- .github/workflows/svdconv.yml | 8 ++++---- .github/workflows/unit_test_results.yml | 2 +- 12 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index b431d154b..57f469cf5 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -125,7 +125,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -224,7 +224,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -357,7 +357,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -516,7 +516,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit - name: Install dependencies @@ -642,7 +642,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -687,7 +687,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -722,7 +722,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 3f426c5f0..a72676a91 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/global.yaml b/.github/workflows/global.yaml index aae5798c0..13f23b1eb 100644 --- a/.github/workflows/global.yaml +++ b/.github/workflows/global.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index c78f3c4aa..8e6ff1870 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7363452c5..a11c1080b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index d7b41e4f6..fcc8d1dff 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -150,7 +150,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -220,7 +220,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -363,7 +363,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 290729d45..740c42983 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -185,7 +185,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -232,7 +232,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -322,7 +322,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index f0edcb224..4d4b8f5cf 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -122,7 +122,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -339,7 +339,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -395,7 +395,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -485,7 +485,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ba3d59304..704cb2622 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/shared_matrix_prep.yml b/.github/workflows/shared_matrix_prep.yml index cf314a055..8e001f36b 100644 --- a/.github/workflows/shared_matrix_prep.yml +++ b/.github/workflows/shared_matrix_prep.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index bb168395f..cafe065c3 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -140,7 +140,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -210,7 +210,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit @@ -361,7 +361,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit diff --git a/.github/workflows/unit_test_results.yml b/.github/workflows/unit_test_results.yml index 0be5f0cf2..b4a891ee3 100644 --- a/.github/workflows/unit_test_results.yml +++ b/.github/workflows/unit_test_results.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0 + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 with: egress-policy: audit