We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf16c3 commit a4eaa5bCopy full SHA for a4eaa5b
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Checkout repository
28
uses: actions/checkout@v3
29
- name: Initialize CodeQL
30
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
31
with:
32
languages: ${{ matrix.language }}
33
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
0 commit comments