Skip to content

Commit bda13c1

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 8a45036 commit bda13c1

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
@@ -142,16 +142,16 @@ jobs:
142142
uses: actions/checkout@v4
143143

144144
- name: Initialize CodeQL
145-
uses: github/codeql-action/init@v2
145+
uses: github/codeql-action/init@v3
146146
with:
147147
languages: ${{ matrix.language }}
148148
queries: +security-and-quality
149149

150150
- name: Autobuild
151-
uses: github/codeql-action/autobuild@v2
151+
uses: github/codeql-action/autobuild@v3
152152
if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }}
153153

154154
- name: Perform CodeQL Analysis
155-
uses: github/codeql-action/analyze@v2
155+
uses: github/codeql-action/analyze@v3
156156
with:
157157
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)