From 3528982686c71f18689b4afc3aa868db9b94401c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:07:29 +0000 Subject: [PATCH] Chore(deps): Bump step-security/harden-runner from 2.14.2 to 2.15.0 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/5ef0c079ce82195b2a36a210272d6b661572d83e...a90bcbc6539c36a85cdfeb73f7e2f433735f215b) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 8 ++++---- .github/workflows/test-backend.yaml | 2 +- .github/workflows/test-cli.yaml | 2 +- .github/workflows/test-contracts.yaml | 2 +- .github/workflows/test-sdk.yaml | 2 +- .github/workflows/test-web.yaml | 2 +- .github/workflows/version.yaml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8103cb2ad..9feee84fd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,7 +31,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit @@ -112,7 +112,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit @@ -189,7 +189,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit @@ -264,7 +264,7 @@ jobs: - cli steps: - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/test-backend.yaml b/.github/workflows/test-backend.yaml index 2bf1792ca..dfeef731a 100644 --- a/.github/workflows/test-backend.yaml +++ b/.github/workflows/test-backend.yaml @@ -32,7 +32,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index bd23e5c20..5878654c1 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -35,7 +35,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/test-contracts.yaml b/.github/workflows/test-contracts.yaml index e41a0f2dd..461dcc491 100644 --- a/.github/workflows/test-contracts.yaml +++ b/.github/workflows/test-contracts.yaml @@ -21,7 +21,7 @@ jobs: #timeout-minutes: 10 steps: - name: Harden Runner - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/test-sdk.yaml b/.github/workflows/test-sdk.yaml index 456b9100c..3417e42b8 100644 --- a/.github/workflows/test-sdk.yaml +++ b/.github/workflows/test-sdk.yaml @@ -36,7 +36,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/test-web.yaml b/.github/workflows/test-web.yaml index 998490340..cb06bb9b0 100644 --- a/.github/workflows/test-web.yaml +++ b/.github/workflows/test-web.yaml @@ -26,7 +26,7 @@ jobs: steps: # * Initial steps - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 04f8bb971..a637bf101 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 #v2.14.0 + uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b #v2.15.0 with: egress-policy: audit