Skip to content

Commit ff31c82

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 42903b4 commit ff31c82

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
@@ -98,13 +98,13 @@ jobs:
9898
- name: Checkout
9999
uses: actions/checkout@v5
100100
- name: Initialize CodeQL
101-
uses: github/codeql-action/init@v3
101+
uses: github/codeql-action/init@v4
102102
with:
103103
languages: ${{ matrix.language }}
104104
queries: +security-and-quality
105105
- name: Autobuild
106-
uses: github/codeql-action/autobuild@v3
106+
uses: github/codeql-action/autobuild@v4
107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@v3
108+
uses: github/codeql-action/analyze@v4
109109
with:
110110
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)