From c9a62ff25982bbab911210dda22d62900ced34a0 Mon Sep 17 00:00:00 2001 From: Dan Wolfson Date: Mon, 14 Oct 2024 20:12:39 -0500 Subject: [PATCH] Revert "Bump github/codeql-action from 3.25.7 to 3.26.13" --- .github/workflows/codeql-v5.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-v5.yml b/.github/workflows/codeql-v5.yml index dfb3f0dcbe5..d1ab505f8e8 100644 --- a/.github/workflows/codeql-v5.yml +++ b/.github/workflows/codeql-v5.yml @@ -38,7 +38,7 @@ jobs: java-version: '17' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.26.13 + 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.26.13 + uses: github/codeql-action/analyze@v3.25.7 with: ram: 4096 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 675200f768f..02add724829 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.26.13 # tag=v1.0.26 + uses: github/codeql-action/upload-sarif@v3.25.7 # tag=v1.0.26 with: sarif_file: results.sarif