Skip to content

Commit ffe0e37

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 fe01cd7 commit ffe0e37

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
@@ -96,15 +96,15 @@ jobs:
9696
uses: actions/checkout@v4
9797

9898
- name: Initialize CodeQL
99-
uses: github/codeql-action/init@v2
99+
uses: github/codeql-action/init@v3
100100
with:
101101
languages: ${{ matrix.language }}
102102
queries: +security-and-quality
103103

104104
- name: Autobuild
105-
uses: github/codeql-action/autobuild@v2
105+
uses: github/codeql-action/autobuild@v3
106106

107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@v2
108+
uses: github/codeql-action/analyze@v3
109109
with:
110110
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)