Skip to content

Commit

Permalink
Merge pull request #8027 from odpi/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-3.23.2

Bump github/codeql-action from 2.21.0 to 3.23.2
  • Loading branch information
mandy-chessell committed Feb 1, 2024
2 parents ab4b9d1 + 6fd089c commit 1d3e221
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-v4.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@v2.21.0
uses: github/codeql-action/init@v3.23.2
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@v2.21.0
uses: github/codeql-action/analyze@v3.23.2
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@v2.21.0 # tag=v1.0.26
uses: github/codeql-action/upload-sarif@v3.23.2 # tag=v1.0.26
with:
sarif_file: results.sarif

0 comments on commit 1d3e221

Please sign in to comment.