Skip to content

Commit 26f5bb3

Browse files
build(deps): bump github/codeql-action from 4.31.8 to 4.31.9 (#1481)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v4.31.8...v4.31.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e3bafd commit 26f5bb3

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
@@ -52,12 +52,12 @@ jobs:
5252
java-version: 17
5353
cache: 'maven'
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/[email protected].8
55+
uses: github/codeql-action/[email protected].9
5656
with:
5757
languages: ${{ matrix.language }}
5858
- name: Autobuild
59-
uses: github/codeql-action/[email protected].8
59+
uses: github/codeql-action/[email protected].9
6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/[email protected].8
61+
uses: github/codeql-action/[email protected].9
6262
with:
6363
category: "/language:${{matrix.language}}"

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
retention-days: 5
6666

6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@4b675e451b3779918647db783e324bd9fd7f3932 # 2.22.11
68+
uses: github/codeql-action/upload-sarif@f67ec12472e1b361f5e1e2085f5e6f85a57e3cd6 # 2.22.11
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)