Skip to content

Commit 350b344

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] <[email protected]>
1 parent fc46631 commit 350b344

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
@@ -105,13 +105,13 @@ jobs:
105105
- name: Checkout
106106
uses: actions/checkout@v5
107107
- name: Initialize CodeQL
108-
uses: github/codeql-action/init@v3
108+
uses: github/codeql-action/init@v4
109109
with:
110110
languages: ${{ matrix.language }}
111111
queries: +security-and-quality
112112
- name: Autobuild
113-
uses: github/codeql-action/autobuild@v3
113+
uses: github/codeql-action/autobuild@v4
114114
- name: Perform CodeQL Analysis
115-
uses: github/codeql-action/analyze@v3
115+
uses: github/codeql-action/analyze@v4
116116
with:
117117
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)