Skip to content

Commit 49cc046

Browse files
Bump github/codeql-action in the github-actions group
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.4 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e12f017...fdbfb4d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5dbf2cd commit 49cc046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
34+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -49,6 +49,6 @@ jobs:
4949
run: make -j
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
52+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2
5353
with:
5454
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
retention-days: 5
3737

3838
- name: "Upload to code-scanning"
39-
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
39+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2
4040
with:
4141
sarif_file: results.sarif

0 commit comments

Comments
 (0)