Skip to content

Commit

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

Bump github/codeql-action from 3.27.7 to 3.27.8
  • Loading branch information
pkriens authored Dec 13, 2024
2 parents e54a788 + 3344dfd commit cc15633
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@babb554ede22fd5605947329c4d04d8e7a0b8155
uses: github/codeql-action/init@8a93837afdf1873301a68d777844b43e98cd4313
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@babb554ede22fd5605947329c4d04d8e7a0b8155
uses: github/codeql-action/analyze@8a93837afdf1873301a68d777844b43e98cd4313

0 comments on commit cc15633

Please sign in to comment.