diff --git a/.github/workflows/codeql-v4.yml b/.github/workflows/codeql-v4.yml index 814af517d91..2006899c7ed 100644 --- a/.github/workflows/codeql-v4.yml +++ b/.github/workflows/codeql-v4.yml @@ -38,7 +38,7 @@ jobs: java-version: '17' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.24.8 + uses: github/codeql-action/init@v3.25.7 with: languages: java queries: security-and-quality @@ -51,6 +51,6 @@ jobs: cache-disabled: true arguments: -x javadoc -x test build -PskipOpenTypesFVT - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.8 + uses: github/codeql-action/analyze@v3.25.7 with: ram: 4096 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 81e8726e0ad..33903c76280 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -62,6 +62,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@v3.24.8 # tag=v1.0.26 + uses: github/codeql-action/upload-sarif@v3.25.7 # tag=v1.0.26 with: sarif_file: results.sarif