Skip to content

Commit 6c4976c

Browse files
authored
Merge pull request #255 from kagenti/dependabot/github_actions/github/codeql-action-4.35.1
chore(deps): Bump github/codeql-action from 4.32.6 to 4.35.1
2 parents 4817852 + 01a03dc commit 6c4976c

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)