Skip to content

Commit 0ae7144

Browse files
authored
chore(deps): update github/codeql-action action to v4 (#409)
1 parent bfdf5f2 commit 0ae7144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
# Avoid https://github.com/github/codeql/issues/13992
2626
go-version-file: go.mod
27-
- uses: github/codeql-action/init@v3
27+
- uses: github/codeql-action/init@v4
2828
with:
2929
languages: ${{ matrix.language }}
3030
# See 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
3131
queries: +security-extended,security-and-quality
32-
- uses: github/codeql-action/analyze@v3
32+
- uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)