Skip to content

Commit

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

build(deps): Bump github/codeql-action from 2.2.7 to 2.2.8
  • Loading branch information
pkriens committed Mar 23, 2023
2 parents 30fa403 + b7d564e commit b5bb7e0
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/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d
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@168b99b3c22180941ae7dbdd5f5c9678ede476ba
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d

0 comments on commit b5bb7e0

Please sign in to comment.