Skip to content

Commit

Permalink
Merge pull request #356 from eclipse-tractusx/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/main/github/codeql-action-3.25.11

chore(deps): bump github/codeql-action from 2.25.2 to 3.25.11
  • Loading branch information
saudkhan116 authored Jul 11, 2024
2 parents 282bcb1 + bd88fd1 commit d61dd71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ jobs:
mvn -B clean install --batch-mode -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9ace329d8c0504a5571820cf13ab64d3f59e84fb # v2.25.2

uses: github/codeql-action/analyze@9b7c22c3b39078582fa6d0d8f3841e944ec54582
4 changes: 2 additions & 2 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name: "KICS"

on:
push:
branches: [ main ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
- '**/*.txt'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# Upload findings to GitHub Advanced Security Dashboard
- name: Upload SARIF file for GitHub Advanced Security Dashboard
if: always()
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
with:
sarif_file: kicsResults/results.sarif

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
skip-dirs: "deployment/infrastructure/data-consumer/edc-consumer,deployment/infrastructure/data-provider/edc-provider,deployment/infrastructure/data-provider/edc-provider/data-service,deployment/infrastructure/data-provider/registry" # skip scanning external images.

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
if: always()
with:
sarif_file: "trivy-results1.sarif"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Upload Trivy scan results to GitHub Security tab
if: always()
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
with:
sarif_file: "trivy-results-dpp-frontend.sarif"

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Upload Trivy scan results to GitHub Security tab
if: always()
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582
with:
sarif_file: "trivy-results-dpp-backend.sarif"

0 comments on commit d61dd71

Please sign in to comment.