Skip to content

Commit dee424a

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 810824c commit dee424a

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

0 commit comments

Comments
 (0)