From a82b6459d072c48b39b7723d39c1efabd76d03a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:03:24 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.19.1 to 2.19.3 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.1 to 2.19.3. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/a5ad31d6a139d249332a2605b85202e8c0b78450...ab7a9404c0f3da075243ca237b5fac12c98deaa5) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.19.3 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 | 4 ++-- .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, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 0b0d26ee0..6ba295560 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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -127,7 +127,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -228,7 +228,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -362,7 +362,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -517,7 +517,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit - name: Install dependencies @@ -644,7 +644,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -690,7 +690,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -726,7 +726,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index c3820b0c1..085e5985e 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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/global.yaml b/.github/workflows/global.yaml index d64e21288..a2842fd83 100644 --- a/.github/workflows/global.yaml +++ b/.github/workflows/global.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 77c1eaa15..ebab7241b 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5caf73399..004300302 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -102,7 +102,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index cd8085e24..2e055d3b2 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -160,7 +160,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -230,7 +230,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -375,7 +375,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index cbc00e379..549bfc659 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -194,7 +194,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -241,7 +241,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -332,7 +332,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index cf3a309ed..e6bd674f0 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -147,7 +147,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -377,7 +377,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -433,7 +433,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -524,7 +524,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 74e00bfe0..35da92124 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/shared_matrix_prep.yml b/.github/workflows/shared_matrix_prep.yml index 9e2526437..9812952cf 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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 62d5d3330..18eed102a 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -150,7 +150,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -220,7 +220,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -373,7 +373,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/unit_test_results.yml b/.github/workflows/unit_test_results.yml index a4de0db2e..1f222ea8e 100644 --- a/.github/workflows/unit_test_results.yml +++ b/.github/workflows/unit_test_results.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit