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
@@ -44,7 +44,7 @@ jobs:
44
44
uses: actions/checkout@v4
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name: Initialize CodeQL
47
-
uses: github/codeql-action/init@v2
47
+
uses: github/codeql-action/init@v3
48
48
with:
49
49
languages: ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
56
56
# 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
57
57
# queries: security-extended,security-and-quality
58
58
59
-
uses: github/codeql-action/autobuild@v2
59
+
uses: github/codeql-action/autobuild@v3
60
60
# - run: |
61
61
# echo "Run, Build Application using script"
62
62
# ./location_of_script_within_repo/buildscript.sh
@@ -66,6 +66,6 @@ jobs:
66
66
67
67
# If the Autobuild fails above, remove it and uncomment the following three lines.
68
68
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments