diff options
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e01aa5fc..bd1037f4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -41,11 +41,11 @@ jobs: | |||
| 41 | 41 | ||
| 42 | steps: | 42 | steps: |
| 43 | - name: Checkout repository | 43 | - name: Checkout repository |
| 44 | uses: actions/checkout@v5 | 44 | uses: actions/checkout@v6 |
| 45 | 45 | ||
| 46 | # Initializes the CodeQL tools for scanning. | 46 | # Initializes the CodeQL tools for scanning. |
| 47 | - name: Initialize CodeQL | 47 | - name: Initialize CodeQL |
| 48 | uses: github/codeql-action/init@v3 | 48 | uses: github/codeql-action/init@v4 |
| 49 | with: | 49 | with: |
| 50 | languages: ${{ matrix.language }} | 50 | languages: ${{ matrix.language }} |
| 51 | # If you wish to specify custom queries, you can do so here or in a config file. | 51 | # If you wish to specify custom queries, you can do so here or in a config file. |
| @@ -82,4 +82,4 @@ jobs: | |||
| 82 | make | 82 | make |
| 83 | 83 | ||
| 84 | - name: Perform CodeQL Analysis | 84 | - name: Perform CodeQL Analysis |
| 85 | uses: github/codeql-action/analyze@v3 | 85 | uses: github/codeql-action/analyze@v4 |
