From 4a8c1c32bea4f4be20d33e6be2c24da0c8e49305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:41:15 +0000 Subject: [PATCH] chore(deps): bump the github-actions-minor-and-patch group with 2 updates Bumps the github-actions-minor-and-patch group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [github/codeql-action](https://github.com/github/codeql-action). Updates `step-security/harden-runner` from 2.19.0 to 2.19.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/8d3c67de8e2fe68ef647c8db1e6a09f647780f40...a5ad31d6a139d249332a2605b85202e8c0b78450) Updates `github/codeql-action` from 4.35.2 to 4.35.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-and-patch - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecards.yml | 4 ++-- .github/workflows/security-codeql.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d303415..3b56dbd 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -77,7 +77,7 @@ jobs: # restrictions and adds useful visibility into outbound network behavior. - name: "Harden runner" # step-security/harden-runner v2 - uses: "step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40" + uses: "step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450" with: egress-policy: "audit" @@ -110,7 +110,7 @@ jobs: - name: "Upload SARIF to GitHub code scanning" # github/codeql-action/upload-sarif v4 - uses: "github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225" + uses: "github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7" with: sarif_file: "results.sarif" diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index 77b924a..3e7a8b7 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -80,7 +80,7 @@ jobs: # right default until proven otherwise. - name: "Initialize CodeQL" # github/codeql-action/init v4 - uses: "github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225" + uses: "github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7" with: languages: "${{ matrix.language }}" build-mode: "autobuild" @@ -98,6 +98,6 @@ jobs: - name: "Perform CodeQL analysis" # github/codeql-action/analyze v4 - uses: "github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225" + uses: "github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7" with: category: "/language:${{ matrix.language }}"