You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ jobs:
49
49
50
50
# Initializes the CodeQL tools for scanning.
51
51
- name: Initialize CodeQL
52
-
uses: github/codeql-action/init@v3.29.1
52
+
uses: github/codeql-action/init@v3.29.2
53
53
with:
54
54
languages: ${{ matrix.language }}
55
55
# For more details on CodeQL's query packs, refer to: 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
0 commit comments