Skip to content

Commit d9611a2

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] <support@github.com>
1 parent 09372f4 commit d9611a2

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
@@ -147,14 +147,14 @@ jobs:
147147
- name: Checkout
148148
uses: actions/checkout@v4
149149
- name: Initialize CodeQL
150-
uses: github/codeql-action/init@v2
150+
uses: github/codeql-action/init@v3
151151
with:
152152
languages: ${{ matrix.language }}
153153
queries: +security-and-quality
154154
- name: Autobuild
155-
uses: github/codeql-action/autobuild@v2
155+
uses: github/codeql-action/autobuild@v3
156156
if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }}
157157
- name: Perform CodeQL Analysis
158-
uses: github/codeql-action/analyze@v2
158+
uses: github/codeql-action/analyze@v3
159159
with:
160160
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)