Skip to content

Commit 882b3fd

Browse files
authored
Merge pull request #5 from genkit-ai/dependabot/github_actions/github/codeql-action-4
chore(ci): bump github/codeql-action from 3 to 4
2 parents 4f63976 + aa6b083 commit 882b3fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
cache: maven
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v3
37+
uses: github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141
- name: Build with Maven
4242
run: mvn clean install -DskipTests
4343

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

0 commit comments

Comments
 (0)