Skip to content

Commit

Permalink
Merge pull request bndtools#6447 from bndtools/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/github/codeql-action-3.28.6

Bump github/codeql-action from 3.28.5 to 3.28.6
  • Loading branch information
pkriens authored Jan 28, 2025
2 parents 02bcec1 + 3dfd24a commit 03373ec
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4
uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0

0 comments on commit 03373ec

Please sign in to comment.