Skip to content

Commit

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

Bump github/codeql-action from 3.27.4 to 3.27.5
  • Loading branch information
pkriens authored Nov 21, 2024
2 parents 38167e8 + 1d40ef4 commit 8ed5bca
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88

0 comments on commit 8ed5bca

Please sign in to comment.