Skip to content

Commit

Permalink
Merge pull request #734 from osgi/dependabot/github_actions/github/co…
Browse files Browse the repository at this point in the history
…deql-action-2.22.3

build: Bump github/codeql-action from 2.22.1 to 2.22.3
  • Loading branch information
kriegfrj authored Oct 14, 2023
2 parents 68a9da0 + 28cb196 commit 9d427b2
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 @@ -71,12 +71,12 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85
uses: github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1
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@fdcae64e1484d349b3366718cdfef3d404390e85
uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1

0 comments on commit 9d427b2

Please sign in to comment.