Skip to content

Commit

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

build: Bump github/codeql-action from 2.20.2 to 2.20.3
  • Loading branch information
juergen-albert authored Jul 7, 2023
2 parents cfb7f4b + f87296a commit f435f1d
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@004c5de30b6423267685b897a3d595e944f7fed5
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4
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@004c5de30b6423267685b897a3d595e944f7fed5
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4

0 comments on commit f435f1d

Please sign in to comment.