Skip to content

Commit

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

build(deps): Bump github/codeql-action from 2.3.6 to 2.13.4
  • Loading branch information
bjhargrave authored Jun 12, 2023
2 parents 2733393 + 6602719 commit 2ac5040
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@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
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@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4

0 comments on commit 2ac5040

Please sign in to comment.