|
47 | 47 |
|
48 | 48 | # Initializes the CodeQL tools for scanning. |
49 | 49 | -name:Initialize CodeQL |
50 | | -uses:github/codeql-action/init@v2 |
| 50 | +uses:github/codeql-action/init@v3 |
51 | 51 | with: |
52 | 52 | languages:${{ matrix.language }} |
53 | 53 | setup-python-dependencies:false |
|
62 | 62 | # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). |
63 | 63 | # If this step fails, then you should remove it and run the build manually (see below) |
64 | 64 | -name:Autobuild |
65 | | -uses:github/codeql-action/autobuild@v2 |
| 65 | +uses:github/codeql-action/autobuild@v3 |
66 | 66 |
|
67 | 67 | # ℹ️ Command-line programs to run using the OS shell. |
68 | 68 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun |
|
75 | 75 | # ./location_of_script_within_repo/buildscript.sh |
76 | 76 |
|
77 | 77 | -name:Perform CodeQL Analysis |
78 | | -uses:github/codeql-action/analyze@v2 |
| 78 | +uses:github/codeql-action/analyze@v3 |
79 | 79 | with: |
80 | 80 | category:"/language:${{matrix.language}}" |