Skip to content

Commit b7cf78f

Browse files
Bump github/codeql-action from 1 to 2 (#1140)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 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@v1...v2) --- 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 78491c6 commit b7cf78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ jobs:
629629

630630
# Initializes the CodeQL tools for scanning.
631631
- name: Initialize CodeQL
632-
uses: github/codeql-action/init@v1
632+
uses: github/codeql-action/init@v2
633633
with:
634634
languages: ${{ matrix.language }}
635635
# If you wish to specify custom queries, you can do so here or in a
@@ -656,7 +656,7 @@ jobs:
656656
# make release
657657

658658
- name: Perform CodeQL Analysis
659-
uses: github/codeql-action/analyze@v1
659+
uses: github/codeql-action/analyze@v2
660660

661661
brew:
662662
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)