diff options
| -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 9e02074..8f2384a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | ||
| 29 | steps: | 29 | steps: |
| 30 | - name: Checkout repository | 30 | - name: Checkout repository |
| 31 | uses: actions/checkout@v3 | 31 | uses: actions/checkout@v4 |
| 32 | with: | 32 | with: |
| 33 | # We must fetch at least the immediate parents so that if this is | 33 | # We must fetch at least the immediate parents so that if this is |
| 34 | # a pull request then we can checkout the head. | 34 | # a pull request then we can checkout the head. |
| @@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | ||
| 37 | # Initializes the CodeQL tools for scanning. | 37 | # Initializes the CodeQL tools for scanning. |
| 38 | - name: Initialize CodeQL | 38 | - name: Initialize CodeQL |
| 39 | uses: github/codeql-action/init@v2 | 39 | uses: github/codeql-action/init@v3 |
| 40 | with: | 40 | with: |
| 41 | languages: ${{ matrix.language }} | 41 | languages: ${{ matrix.language }} |
| 42 | # If you wish to specify custom queries, you can do so here or in a config file. | 42 | # If you wish to specify custom queries, you can do so here or in a config file. |
| @@ -50,4 +50,4 @@ jobs: | |||
| 50 | make | 50 | make |
| 51 | 51 | ||
| 52 | - name: Perform CodeQL Analysis | 52 | - name: Perform CodeQL Analysis |
| 53 | uses: github/codeql-action/analyze@v2 | 53 | uses: github/codeql-action/analyze@v3 |
