Skip to content

Commit 31faa2e

Browse files
authored
Merge pull request #738 from rancher/renovate/main-github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3 (main)
2 parents a30c914 + c0bebda commit 31faa2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@ff79de67cc25c7617163ae1e4b8aa23b902fdf15 # v2.22.11
35+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
3636
with:
3737
languages: ${{ matrix.language }}
3838
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
@@ -43,6 +43,6 @@ jobs:
4343
run: go build ./...
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@ff79de67cc25c7617163ae1e4b8aa23b902fdf15 # v2.22.11
46+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
4747
with:
4848
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)