From 866d8e94999d35a580a85ef453bb5443932277dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:22:27 +0000 Subject: [PATCH] chore(actions)(deps): bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node). 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 3.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/ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a...e46ed2cbd01164d986452f91f178727624ae40d7) Updates `actions/setup-python` from 5.6.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...a309ff8b426b58ec0e2a45f0f869d46889d02405) Updates `actions/setup-node` from 4.4.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- 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: actions - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yml | 4 ++-- .github/workflows/security.yml | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0f5c34a..48affcf 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Harden runner egress # step-security/harden-runner v2.19.0 - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -64,6 +64,6 @@ jobs: - name: Upload SARIF to GitHub code-scanning # github/codeql-action/upload-sarif v3.35.2 - uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 with: sarif_file: results.sarif diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f1c0ae7..f6b755b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Harden runner egress # step-security/harden-runner v2.19.0 - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -74,7 +74,7 @@ jobs: - name: Set up Python # actions/setup-python v5 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: "3.12" @@ -102,7 +102,7 @@ jobs: - name: Upload Semgrep SARIF to GitHub code-scanning # github/codeql-action/upload-sarif v3.35.2 - uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 if: always() continue-on-error: true with: @@ -135,7 +135,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - name: Harden runner egress - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -181,7 +181,7 @@ jobs: retention-days: 7 - name: Upload OSV SARIF to GitHub code-scanning - uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 if: always() continue-on-error: true with: @@ -200,7 +200,7 @@ jobs: security-events: write steps: - name: Harden runner egress - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -233,7 +233,7 @@ jobs: retention-days: 7 - name: Upload Trivy SARIF to GitHub code-scanning - uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 if: always() continue-on-error: true with: @@ -254,7 +254,7 @@ jobs: contents: read steps: - name: Harden runner egress - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -302,7 +302,7 @@ jobs: contents: read steps: - name: Harden runner egress - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit @@ -313,7 +313,7 @@ jobs: - name: Set up Node # actions/setup-node v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: "20" @@ -348,7 +348,7 @@ jobs: contents: read steps: - name: Harden runner egress - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 + uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit