Skip to content

Commit c3316ce

Browse files
Bump github/codeql-action in the github-actions-all group
Bumps the github-actions-all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.28.16 to 3.28.17 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...60168ef) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f82ef28 commit c3316ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # tag=codeql-bundle-v3.28.16
65+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # tag=codeql-bundle-v3.28.17
6666
with:
6767
languages: ${{ matrix.language }}
6868

6969
# Autobuild attempts to build any compiled languages (C/C++, C#, or
7070
# Java). If this step fails, then you should remove it and run the build
7171
# manually (see below).
7272
- name: Autobuild
73-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # tag=codeql-bundle-v3.28.16
73+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # tag=codeql-bundle-v3.28.17
7474

7575
# ℹ️ Command-line programs to run using the OS shell. 📚
7676
# https://git.io/JvXDl
@@ -84,4 +84,4 @@ jobs:
8484
# make release
8585

8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # tag=codeql-bundle-v3.28.16
87+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # tag=codeql-bundle-v3.28.17

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # tag=codeql-bundle-v3.28.16
63+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # tag=codeql-bundle-v3.28.17
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)