Skip to content

Commit 7ab5de8

Browse files
Merge pull request #645 from eclipse-tractusx/dependabot/github_actions/github/codeql-action-3.27.0
chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0
2 parents 244a48b + 381037b commit 7ab5de8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Initializes the CodeQL tools for scanning.
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
72+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
7373
with:
7474
languages: ${{ matrix.language }}
7575
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -93,7 +93,7 @@ jobs:
9393
# Automates dependency installation for Python, Ruby, and JavaScript, optimizing the CodeQL analysis setup.
9494
# If this step fails, then you should remove it and run the build manually (see below)
9595
- name: Autobuild
96-
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
96+
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
9797

9898
# Command-line programs to run using the OS shell.
9999
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -106,6 +106,6 @@ jobs:
106106
# ./location_of_script_within_repo/buildscript.sh
107107

108108
- name: Perform CodeQL Analysis
109-
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
109+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
110110
with:
111111
category: "/language:${{matrix.language}}"

.github/workflows/kics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
# Upload findings to GitHub Advanced Security Dashboard
6363
- name: Upload SARIF file for GitHub Advanced Security Dashboard
6464
if: always()
65-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
65+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
6666
with:
6767
sarif_file: kicsResults/results.sarif

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
limit-severities-for-sarif: true
5252

5353
- name: Upload Trivy scan results to GitHub Security tab
54-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
54+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5555
if: always()
5656
with:
5757
sarif_file: "trivy-results-1.sarif"
@@ -78,6 +78,6 @@ jobs:
7878
limit-severities-for-sarif: true
7979

8080
- name: Upload Trivy scan results to GitHub Security tab
81-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
81+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
8282
with:
8383
sarif_file: "trivy-results-2.sarif"

0 commit comments

Comments
 (0)