Commit 8cf732db authored by dependabot[bot]'s avatar dependabot[bot] Committed by Jonatan Antoni
Browse files

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](https://github.com/github/codeql-action/compare/v2...v3

)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent a00426d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ jobs:
        
      - name: Initialize CodeQL
        if: matrix.compiler == 'GCC'
        uses: github/codeql-action/init@v2
        uses: github/codeql-action/init@v3
        with:
          languages: cpp
          queries: security-and-quality
@@ -113,7 +113,7 @@ jobs:

      - name: Perform CodeQL Analysis
        if: ${{ !cancelled() && matrix.compiler == 'GCC' }}
        uses: github/codeql-action/analyze@v2
        uses: github/codeql-action/analyze@v3

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