|
35 | 35 | strategy: |
36 | 36 | fail-fast: false |
37 | 37 | matrix: |
38 | | - language: [ 'javascript' ] |
| 38 | + language: [ 'actions', 'javascript' ] |
39 | 39 | # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] |
40 | 40 | # Use only 'java' to analyze code written in Java, Kotlin or both |
41 | 41 | # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both |
|
52 | 52 |
|
53 | 53 | # Initializes the CodeQL tools for scanning. |
54 | 54 | - name: Initialize CodeQL |
55 | | - uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 |
| 55 | + uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13 |
56 | 56 | with: |
57 | 57 | languages: ${{ matrix.language }} |
58 | 58 | # If you wish to specify custom queries, you can do so here or in a config file. |
|
66 | 66 | # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). |
67 | 67 | # If this step fails, then you should remove it and run the build manually (see below) |
68 | 68 | - name: Autobuild |
69 | | - uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 |
| 69 | + uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13 |
70 | 70 |
|
71 | 71 | # ℹ️ Command-line programs to run using the OS shell. |
72 | 72 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun |
|
79 | 79 | # ./location_of_script_within_repo/buildscript.sh |
80 | 80 |
|
81 | 81 | - name: Perform CodeQL Analysis |
82 | | - uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4 |
| 82 | + uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13 |
83 | 83 | with: |
84 | 84 | category: "/language:${{matrix.language}}" |
0 commit comments