Skip to content

Commit

Permalink
Merge pull request #8447 from odpi/revert-8441-dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/github/codeql-action-3.26.13

Revert "Bump github/codeql-action from 3.25.7 to 3.26.13"
  • Loading branch information
dwolfson authored Oct 15, 2024
2 parents 8be4f8e + c9a62ff commit 35b914b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35b914b

Please sign in to comment.