Skip to content

Commit f0155ef

Browse files
build(deps): bump github/codeql-action from 3.29.2 to 4.30.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.2 to 4.30.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@181d5ee...16140ae) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aa1b10 commit f0155ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3.5.2
4242

4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v2.3.3
44+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v2.3.3
4545
with:
4646
languages: ${{ matrix.language }}
4747
queries: +security-and-quality
4848

4949
- name: Autobuild
50-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v2.3.3
50+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v2.3.3
5151

5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v2.3.3
53+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v2.3.3
5454
with:
5555
category: "/language:${{ matrix.language }}"
5656

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
75+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)