Skip to content

Commit 613ccb9

Browse files
chore(deps): bump github/codeql-action from 4.32.3 to 4.32.5 (#261)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.3 to 4.32.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e907b5...c793b71) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 177288f commit 613ccb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/charts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
env:
7979
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
8080
- name: Initialize CodeQL
81-
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 #v3.29.5
81+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 #v3.29.5
8282
continue-on-error: true
8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 #v3.29.5
84+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 #v3.29.5
8585
continue-on-error: true
8686
- name: Run Trivy vulnerability scanner
8787
uses: aquasecurity/trivy-action@master
@@ -92,7 +92,7 @@ jobs:
9292
format: 'sarif'
9393
output: 'trivy-results.sarif'
9494
- name: Upload Trivy scan results to GitHub Security tab
95-
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 #v3.29.5
95+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 #v3.29.5
9696
with:
9797
sarif_file: 'trivy-results.sarif'
9898

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
path: results.sarif
3232
retention-days: 5
3333
- name: "Upload to code-scanning"
34-
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
34+
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v3.29.5
3535
with:
3636
sarif_file: results.sarif

0 commit comments

Comments
 (0)