Skip to content

Commit 01a03dc

Browse files
chore(deps): Bump github/codeql-action from 4.32.6 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...c10b806) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77ce5f9 commit 01a03dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
publish_results: true
4141

4242
- name: Upload SARIF to Security tab
43-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
43+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
4444
with:
4545
sarif_file: scorecard.sarif
4646

.github/workflows/security-scans.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,16 +228,16 @@ jobs:
228228
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
229229

230230
- name: Initialize CodeQL
231-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
231+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
232232
with:
233233
languages: go
234234
queries: security-extended
235235

236236
- name: Autobuild
237-
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
237+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4
238238

239239
- name: Perform CodeQL Analysis
240-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
240+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
241241
with:
242242
category: "/language:go"
243243

0 commit comments

Comments
 (0)