Skip to content

Commit b3d601c

Browse files
Bump github/codeql-action from 3.28.17 to 3.28.19
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.17 to 3.28.19. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.28.17...v3.28.19) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f06bc51 commit b3d601c

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].17
55+
uses: github/codeql-action/[email protected].19
5656
with:
5757
languages: ${{ matrix.language }}
5858
- name: Autobuild
59-
uses: github/codeql-action/[email protected].17
59+
uses: github/codeql-action/[email protected].19
6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/[email protected].17
61+
uses: github/codeql-action/[email protected].19
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@5eb3ed6614230b1931d5c08df9e096e4ba524f21 # 2.22.11
68+
uses: github/codeql-action/upload-sarif@b1e4dc3db58c9601794e22a9f6d28d45461b9dbf # 2.22.11
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)