Skip to content

Commit a4bd9b6

Browse files
chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.3 to 4.32.4. - [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...89a39a4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4912f2a commit a4bd9b6

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@89a39a4e59826350b863aa6b6252a07ad50cf83e #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@89a39a4e59826350b863aa6b6252a07ad50cf83e #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@89a39a4e59826350b863aa6b6252a07ad50cf83e #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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5
3535
with:
3636
sarif_file: results.sarif

0 commit comments

Comments
 (0)