Skip to content

Commit 53a03b2

Browse files
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] <support@github.com>
1 parent ec9b620 commit 53a03b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/githubactionsbuilds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@ jobs:
187187

188188
# Initializes the CodeQL tools for scanning.
189189
- name: Initialize CodeQL
190-
uses: github/codeql-action/init@v3
190+
uses: github/codeql-action/init@v4
191191
with:
192192
languages: ${{ matrix.language }}
193193

194194
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
195195
- name: Autobuild
196-
uses: github/codeql-action/autobuild@v3
196+
uses: github/codeql-action/autobuild@v4
197197

198198
- name: Perform CodeQL Analysis
199-
uses: github/codeql-action/analyze@v3
199+
uses: github/codeql-action/analyze@v4
200200
with:
201201
output: './artifacts'
202202

0 commit comments

Comments
 (0)