Skip to content

Commit

Permalink
Merge pull request #6426 from bndtools/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3.28.1

Bump github/codeql-action from 3.28.0 to 3.28.1
  • Loading branch information
pkriens authored Jan 13, 2025
2 parents e6bf128 + 2722795 commit 898a842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c
with:
languages: 'java'
- name: Build for CodeQL Analysis
id: build
run: |
./.github/scripts/codeql-build.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c

0 comments on commit 898a842

Please sign in to comment.