Skip to content

Commit

Permalink
Merge pull request #226 from CoreMedia/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3.25.11
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
2 parents 9df4f5f + e4f1290 commit 7a6519e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cp .github/workflows/config/settings.xml ${HOME}/.m2/settings.xml

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].7
uses: github/codeql-action/[email protected].11
with:
languages: java
queries: security-and-quality
Expand All @@ -60,7 +60,7 @@ jobs:
NEXUS_GITHUB_ACTIONS_READONLY_TOKEN: ${{ secrets.NEXUS_GITHUB_ACTIONS_READONLY_TOKEN }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].7
uses: github/codeql-action/[email protected].11
with:
category: '/language:java'

Expand All @@ -75,7 +75,7 @@ jobs:
limit-severities-for-sarif: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].7
uses: github/codeql-action/[email protected].11
with:
sarif_file: trivy-results.sarif

Expand Down

0 comments on commit 7a6519e

Please sign in to comment.