diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 890325b..c093bf2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} config-file: analysis/codeql/codeql-config.yml @@ -53,10 +53,10 @@ jobs: # Autobuild attempts to build any compiled languages - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}" output: analysis/codeql/results diff --git a/.github/workflows/pysa-analysis.yml b/.github/workflows/pysa-analysis.yml index e3fea4f..b300fa4 100644 --- a/.github/workflows/pysa-analysis.yml +++ b/.github/workflows/pysa-analysis.yml @@ -95,7 +95,7 @@ jobs: - name: Upload SARIF to GitHub Security if: steps.pysa.outputs.results_generated == 'true' - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: analysis/pysa/results/pysa_results.sarif category: pysa diff --git a/.github/workflows/semgrep-analysis.yml b/.github/workflows/semgrep-analysis.yml index 402dff6..88c6099 100644 --- a/.github/workflows/semgrep-analysis.yml +++ b/.github/workflows/semgrep-analysis.yml @@ -60,7 +60,7 @@ jobs: fi - name: Upload SARIF to GitHub Security - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: analysis/semgrep/results/semgrep_results.sarif category: semgrep