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