Skip to content

Commit 6d801ec

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] <support@github.com>
1 parent 4a4a221 commit 6d801ec

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
@@ -114,13 +114,13 @@ jobs:
114114
- name: Checkout
115115
uses: actions/checkout@v4
116116
- name: Initialize CodeQL
117-
uses: github/codeql-action/init@v2
117+
uses: github/codeql-action/init@v3
118118
with:
119119
languages: ${{ matrix.language }}
120120
queries: +security-and-quality
121121
- name: Autobuild
122-
uses: github/codeql-action/autobuild@v2
122+
uses: github/codeql-action/autobuild@v3
123123
- name: Perform CodeQL Analysis
124-
uses: github/codeql-action/analyze@v2
124+
uses: github/codeql-action/analyze@v3
125125
with:
126126
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)