Skip to content

Commit ebfbf43

Browse files
chore(deps): bump github/codeql-action from 2 to 3 (#13)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12bc4b1 commit ebfbf43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version: stable
2626
# Initializes the CodeQL tools for scanning.
27-
- uses: github/codeql-action/init@v2
27+
- uses: github/codeql-action/init@v3
2828
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
29-
- uses: github/codeql-action/autobuild@v2
30-
- uses: github/codeql-action/analyze@v2
29+
- uses: github/codeql-action/autobuild@v3
30+
- uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)