Skip to content

Commit b10df49

Browse files
authored
chore(deps): update github/codeql-action action to v3 (#191)
1 parent 8655f75 commit b10df49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: bazelbuild/setup-bazelisk@v2
22-
- uses: github/codeql-action/init@v2
22+
- uses: github/codeql-action/init@v3
2323
with:
2424
languages: ${{ matrix.language }}
2525
# 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
2626
queries: +security-extended,security-and-quality
2727
- run: bazel build ...
28-
- uses: github/codeql-action/analyze@v2
28+
- uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)