From 3102a56d9bace50c89730899bb16badedb46055d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 13:53:10 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.18.0 to 2.19.1 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.18.0 to 2.19.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/6c3c2f2c1c457b00c10c4848d6f5491db3b629df...a5ad31d6a139d249332a2605b85202e8c0b78450) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 8 ++++---- .github/workflows/nuget.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 738f16c..c4af8c9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Harden runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -53,7 +53,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Harden runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -81,7 +81,7 @@ jobs: needs: build-and-test steps: - name: Harden runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -140,7 +140,7 @@ jobs: runs-on: windows-latest steps: - name: Harden runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 1332296..7ba2dee 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden runner - uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit