@@ -27,15 +27,15 @@ jobs:
|
27 | 27 | |
28 | 28 | # Initializes the CodeQL tools for scanning. |
29 | 29 | - name: Initialize CodeQL |
30 | | -uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 |
| 30 | +uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 |
31 | 31 | with: |
32 | 32 | languages: ${{ matrix.language }} |
33 | 33 | config-file: ./.github/codeql-config.yml |
34 | 34 | |
35 | 35 | - name: Autobuild |
36 | | -uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 |
| 36 | +uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 |
37 | 37 | |
38 | 38 | - name: Perform CodeQL Analysis |
39 | | -uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 |
| 39 | +uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 |
40 | 40 | with: |
41 | 41 | category: /language:${{matrix.language}} |