Skip to content

Commit 275f32c

Browse files
GitHub Actions: 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 a46d947 commit 275f32c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777

7878
- name: Upload SARIF
79-
uses: github/codeql-action/upload-sarif@v3
79+
uses: github/codeql-action/upload-sarif@v4
8080
if: success() || failure()
8181
with:
8282
sarif_file: shared/build/reports/ktlint
@@ -100,7 +100,7 @@ jobs:
100100
run: ./gradlew detekt
101101

102102
- name: Upload SARIF
103-
uses: github/codeql-action/upload-sarif@v3
103+
uses: github/codeql-action/upload-sarif@v4
104104
if: success() || failure()
105105
with:
106106
sarif_file: build/reports/detekt/detekt.sarif

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v3
33+
uses: github/codeql-action/init@v4
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: security-extended,security-and-quality
@@ -58,6 +58,6 @@ jobs:
5858
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

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

0 commit comments

Comments
 (0)