From d2bc3f18486136af37ef949d0ac13934a5f222a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:49:15 +0000 Subject: [PATCH] Bump step-security/harden-runner from 2.10.2 to 2.10.3 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/0080882f6c36860b6ba35c610c98ce87d4e2f26f...c95a14d0e5bab51a9f56296a4eb0e416910cd350) --- updated-dependencies: - dependency-name: step-security/harden-runner 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 1069d4558..5593c86be 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -102,7 +102,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -201,7 +201,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -334,7 +334,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -493,7 +493,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit - name: Install dependencies @@ -619,7 +619,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -664,7 +664,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -699,7 +699,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index a4f495040..7e458dd55 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/global.yaml b/.github/workflows/global.yaml index dfcc4fe3f..e9650fce8 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index ab0a0e8b4..25e26c826 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b718738ae..38c9cd8c5 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 4cdef35b5..225764640 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -108,7 +108,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -178,7 +178,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -322,7 +322,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index 42dd176f0..553c40575 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -162,7 +162,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -209,7 +209,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -299,7 +299,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index ef23833bc..1e36c4776 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -99,7 +99,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -312,7 +312,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -368,7 +368,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -458,7 +458,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 71fb2e74b..c09bdd609 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/shared_matrix_prep.yml b/.github/workflows/shared_matrix_prep.yml index da82debe8..a68ee2c90 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 491d7ab07..0a802f6b7 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -99,7 +99,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -169,7 +169,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit @@ -320,7 +320,7 @@ jobs: steps: - name: Harden Runner if: ${{ !github.event.repository.private }} - uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit diff --git a/.github/workflows/unit_test_results.yml b/.github/workflows/unit_test_results.yml index a12a767df..987bf6b4e 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 + uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 with: egress-policy: audit