Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 019d32a9 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

[CI] Bump github/codeql-action from 3 to 4 in the ci-actions group (#1749)

Bumps the ci-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


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

)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-actions
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 0acabd9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ jobs:

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

@@ -53,6 +53,6 @@ jobs:
      run: ./gradlew --build-cache --configuration-cache --no-daemon app:assembleOseDebug

    - name: Perform CodeQL Analysis
      uses: github/codeql-action/analyze@v3
      uses: github/codeql-action/analyze@v4
      with:
        category: "/language:${{matrix.language}}"