Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f4656a2

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7223c12 commit f4656a2

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
@@ -160,16 +160,16 @@ jobs:
160160
uses: actions/checkout@v5
161161

162162
- name: Initialize CodeQL
163-
uses: github/codeql-action/init@v3
163+
uses: github/codeql-action/init@v4
164164
with:
165165
languages: ${{ matrix.language }}
166166
queries: +security-and-quality
167167

168168
- name: Autobuild
169-
uses: github/codeql-action/autobuild@v3
169+
uses: github/codeql-action/autobuild@v4
170170
if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }}
171171

172172
- name: Perform CodeQL Analysis
173-
uses: github/codeql-action/analyze@v3
173+
uses: github/codeql-action/analyze@v4
174174
with:
175175
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /