Skip to content

Commit

Permalink
Bump github/codeql-action from 2.21.6 to 2.21.7 (#216)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.6 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@701f152...04daf01)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and david-waltermire committed Sep 20, 2023
1 parent c1374d7 commit 6d55436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache: 'maven'
- name: Initialize CodeQL
if: github.event_name == 'push'
uses: github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca
uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913
with:
languages: java
# -------------------------
Expand All @@ -78,7 +78,7 @@ jobs:
mvn -B -e -Prelease -Preporting install
- name: Perform CodeQL Analysis
if: github.event_name == 'push'
uses: github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca
uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913
- name: Test Website
run: |
# this needs to be run as a second build to ensure source is fully generated by the previous step
Expand Down

0 comments on commit 6d55436

Please sign in to comment.