Skip to content

Commit

Permalink
Merge pull request #466 from eclipse/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-2.3.6

build(deps): Bump github/codeql-action from 2.3.5 to 2.3.6
  • Loading branch information
bjhargrave authored Jun 2, 2023
2 parents ed220e3 + 4983b91 commit 8f2cdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
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@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6

0 comments on commit 8f2cdbf

Please sign in to comment.