Skip to content

Commit

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

Bump github/codeql-action from 3.27.6 to 3.27.7
  • Loading branch information
pkriens authored Dec 11, 2024
2 parents d0279b9 + b7ddd0e commit e54a788
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@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155
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@aa578102511db1f4524ed59b8cc2bae4f6e88195
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155

0 comments on commit e54a788

Please sign in to comment.