diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index 07fd29ce95..3f98a10829 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -27,7 +27,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: "java" # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,6 +54,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/_qodana.yml b/.github/workflows/_qodana.yml index ceed466429..478a00ec25 100644 --- a/.github/workflows/_qodana.yml +++ b/.github/workflows/_qodana.yml @@ -22,6 +22,6 @@ jobs: use-caches: false args: --baseline,.qodana/qodana.sarif.json,--linter,${{ env.QODANA_LINTER }} - - uses: github/codeql-action/upload-sarif@v2 + - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json \ No newline at end of file