Skip to content

Commit 2320677

Browse files
chore(actions)(deps): bump the actions group with 2 updates
Bumps the actions 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.2 to 2.19.3 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@9ca718d...ab7a940) Updates `github/codeql-action` from 4.35.4 to 4.35.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@68bde55...9e0d7b8) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.19.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7b0c26 commit 2320677

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Harden runner egress
3434
# step-security/harden-runner v2.19.0
35-
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99
35+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5
3636
with:
3737
egress-policy: audit
3838

@@ -61,6 +61,6 @@ jobs:
6161

6262
- name: Upload SARIF to GitHub code-scanning
6363
# github/codeql-action/upload-sarif v3.35.2
64-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e
64+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba
6565
with:
6666
sarif_file: results.sarif

0 commit comments

Comments
 (0)