Skip to content

Commit 1caac8a

Browse files
Bump github/codeql-action from 3 to 4 (#292)
* 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rashidi Zin <rashidi@zin.my>
1 parent 4ee5820 commit 1caac8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ on:
1717
paths:
1818
- '**/*.java'
1919
- '**/*.gradle.kts'
20+
- '.github/workflows/codeql.yml'
2021
pull_request:
2122
branches: [ "master" ]
2223
paths:
2324
- '**/*.java'
2425
- '**/*.gradle.kts'
26+
- '.github/workflows/codeql.yml'
2527
schedule:
2628
- cron: '25 21 * * 0'
2729

@@ -70,7 +72,7 @@ jobs:
7072
distribution: 'temurin'
7173
# Initializes the CodeQL tools for scanning.
7274
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@v3
75+
uses: github/codeql-action/init@v4
7476
with:
7577
languages: ${{ matrix.language }}
7678
build-mode: ${{ matrix.build-mode }}
@@ -98,6 +100,6 @@ jobs:
98100
exit 1
99101
100102
- name: Perform CodeQL Analysis
101-
uses: github/codeql-action/analyze@v3
103+
uses: github/codeql-action/analyze@v4
102104
with:
103105
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)