Skip to content

Commit a546044

Browse files
authored
Merge pull request #447 from felddy/dependabot/github_actions/github-actions-all-dab0c35f67
Bump github/codeql-action from 3.30.2 to 3.30.3 in the github-actions-all group
2 parents 2ee40ae + 17355db commit a546044

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # tag=codeql-bundle-v3.30.2
58+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # tag=codeql-bundle-v3.30.3
5959
with:
6060
languages: ${{ matrix.language }}
6161

@@ -65,7 +65,7 @@ jobs:
6565
# manually (see below).
6666
# manually (see below).
6767
- name: Autobuild
68-
uses: github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # tag=codeql-bundle-v3.30.2
68+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # tag=codeql-bundle-v3.30.3
6969

7070
# ℹ️ Command-line programs to run using the OS shell. 📚
7171
# https://git.io/JvXDl
@@ -83,4 +83,4 @@ jobs:
8383
# make release
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # tag=codeql-bundle-v3.30.2
86+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # tag=codeql-bundle-v3.30.3

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
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@d3678e237b9c32a6c9bffb3315c335f976f3549f # tag=codeql-bundle-v3.30.2
63+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # tag=codeql-bundle-v3.30.3
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)