From 3a5e96a1e624f79a45192a26980f9b5347841abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 08:56:12 +0000 Subject: [PATCH] chore(deps): bump step-security/harden-runner from 2.19.3 to 2.19.4 Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.3 to 2.19.4. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.19.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00a65f2..3458f57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: pull-requests: read steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.3 + uses: step-security/harden-runner@v2.19.4 with: egress-policy: audit - name: Checkout @@ -32,7 +32,7 @@ jobs: security-events: write steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.3 + uses: step-security/harden-runner@v2.19.4 with: egress-policy: audit - name: Checkout diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5b56966..e673ce1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.3 + uses: step-security/harden-runner@v2.19.4 with: egress-policy: audit - name: Checkout diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4e6471b..26a3c2e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Harden Runner - uses: step-security/harden-runner@v2.19.3 + uses: step-security/harden-runner@v2.19.4 with: egress-policy: audit - name: Checkout