Skip to content

Commit 92bae1e

Browse files
dependabot[bot]codingjoe
authored andcommitted
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] <[email protected]>
1 parent eacc8e1 commit 92bae1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ jobs:
163163
- name: Checkout
164164
uses: actions/checkout@v4
165165
- name: Initialize CodeQL
166-
uses: github/codeql-action/init@v2
166+
uses: github/codeql-action/init@v3
167167
with:
168168
languages: ${{ matrix.language }}
169169
queries: +security-and-quality
170170
- name: Autobuild
171-
uses: github/codeql-action/autobuild@v2
171+
uses: github/codeql-action/autobuild@v3
172172
- name: Perform CodeQL Analysis
173-
uses: github/codeql-action/analyze@v2
173+
uses: github/codeql-action/analyze@v3
174174
with:
175175
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)