Skip to content

Commit

Permalink
Merge pull request #543 from medizininformatik-initiative/renovate/gi…
Browse files Browse the repository at this point in the history
…thub-codeql-action-digest

Update github/codeql-action digest to 17a820b
trobanga authored Jan 28, 2025
2 parents c9719cd + 863558a commit a1037e9
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
cache: 'maven'

- name: Initialize CodeQL
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
with:
languages: java
queries: security-and-quality
@@ -36,4 +36,4 @@ jobs:
run: make compile

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -148,7 +148,7 @@ jobs:
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db:1,public.ecr.aws/aquasecurity/trivy-java-db:1

- name: Upload Trivy Scan Results to GitHub Security Tab
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
with:
sarif_file: trivy-results.sarif

0 comments on commit a1037e9

Please sign in to comment.