Skip to content

Commit 72a94fe

Browse files
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5d3cff commit 72a94fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
# Initializes the CodeQL tools for scanning.
1919
- name: Initialize CodeQL
20-
uses: github/codeql-action/init@v2
20+
uses: github/codeql-action/init@v3
2121
# Override language selection by uncommenting this and choosing your languages
2222
with:
2323
languages: javascript
2424

2525
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
2626
# If this step fails, then you should remove it and run the build manually (see below)
2727
- name: Autobuild
28-
uses: github/codeql-action/autobuild@v2
28+
uses: github/codeql-action/autobuild@v3
2929

3030
- name: Perform CodeQL Analysis
31-
uses: github/codeql-action/analyze@v2
31+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)