Skip to content

Commit

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

build(deps): Bump github/codeql-action from 2.2.2 to 2.2.3
  • Loading branch information
bjhargrave authored Feb 9, 2023
2 parents 85d19b7 + 731f47f commit b6e5a17
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@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5 # v2.2.2
uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
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@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5 # v2.2.2
uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3

0 comments on commit b6e5a17

Please sign in to comment.