Skip to content

Commit 4dcce3a

Browse files
chore(deps): bump github/codeql-action from 4.32.5 to 4.35.1 (#4693)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.5 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c793b71...c10b806) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4adf0d8 commit 4dcce3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162
34+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162
39+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162
42+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
output: 'trivy-results.sarif'
115115

116116
- name: Upload Trivy scan results to GitHub Security tab
117-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162
117+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13
118118
with:
119119
sarif_file: 'trivy-results.sarif'
120120

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
# Upload the results to GitHub's code scanning dashboard (optional).
6565
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6666
- name: 'Upload to code-scanning'
67-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162
67+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13
6868
with:
6969
sarif_file: results.sarif

0 commit comments

Comments
 (0)