Skip to content

Commit

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

build: Bump github/codeql-action from 2.22.5 to 3.23.1
  • Loading branch information
timothyjward authored Jan 18, 2024
2 parents 0e20db4 + 8f2b765 commit 0ab5be7
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@74483a38d39275f33fcff5f35b679b5ca4a26a99
uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba
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@74483a38d39275f33fcff5f35b679b5ca4a26a99
uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba

0 comments on commit 0ab5be7

Please sign in to comment.