Skip to content

Commit 8cf732d

Browse files
dependabot[bot]JonatanAntoni
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 a00426d commit 8cf732d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/corevalidation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Initialize CodeQL
9393
if: matrix.compiler == 'GCC'
94-
uses: github/codeql-action/init@v2
94+
uses: github/codeql-action/init@v3
9595
with:
9696
languages: cpp
9797
queries: security-and-quality
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Perform CodeQL Analysis
115115
if: ${{ !cancelled() && matrix.compiler == 'GCC' }}
116-
uses: github/codeql-action/analyze@v2
116+
uses: github/codeql-action/analyze@v3
117117

118118
- name: Execute
119119
if: ${{ env.ARM_UBL_ACTIVATION_CODE }}

0 commit comments

Comments
 (0)