Skip to content

Commit 32db205

Browse files
authored
Merge pull request #1210 from felddy/dependabot/github_actions/github-actions-all-970434cb35
Bump github/codeql-action from 3.28.16 to 3.28.17 in the github-actions-all group
2 parents f82ef28 + c3316ce commit 32db205

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)