Skip to content

Commit 13be17d

Browse files
dependabot[bot]rgoers
authored andcommitted
Bump github/codeql-action from 2.1.28 to 2.3.1 (#1452)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.28 to 2.3.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cc7986c...8662eab) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 054dfb6 commit 13be17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 # 2.1.28
55+
uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,4 +76,4 @@ jobs:
7676
-DskipTests
7777
7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 # 2.1.28
79+
uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1

0 commit comments

Comments
 (0)