Skip to content

Commit 62e36f8

Browse files
Bump github/codeql-action from 2.3.1 to 2.3.2 (#1455)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8662eab...f3feb00) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9947d8 commit 62e36f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
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@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
55+
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # 2.3.2
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@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
79+
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # 2.3.2

0 commit comments

Comments
 (0)