We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d4daf commit ea1cb34Copy full SHA for ea1cb34
1 file changed
.github/workflows/codeql-analysis.yml
@@ -44,10 +44,12 @@ jobs:
44
# Python is an interpreted language so Autobuild is a no-op, but keeping
45
# it here means the workflow works if compiled languages are added later.
46
- name: Autobuild
47
- uses: github/codeql-action/init@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
+ uses: github/codeql-action/autobuild@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
48
49
- name: Perform CodeQL Analysis
50
uses: github/codeql-action/analyze@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.35.1
51
with:
52
category: "/language:${{ matrix.language }}"
53
54
+
55
0 commit comments