Skip to content

Commit

Permalink
Merge pull request #724 from eclipse-transformer/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/github/codeql-action-3.28.4

build(deps): bump github/codeql-action from 3.28.3 to 3.28.4
  • Loading branch information
bjhargrave authored Jan 24, 2025
2 parents 677c0a9 + 139fea7 commit d63d608
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@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.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@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4

0 comments on commit d63d608

Please sign in to comment.