Skip to content

Commit

Permalink
Bump github/codeql-action from 2.22.9 to 2.22.10
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.9 to 2.22.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2.22.9...v2.22.10)

---
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>
  • Loading branch information
dependabot[bot] authored and ArloL committed Dec 13, 2023
1 parent 9915b4e commit 96d7fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.22.9
uses: github/codeql-action/init@v2.22.10
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v2.22.9
uses: github/codeql-action/autobuild@v2.22.10
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.9
uses: github/codeql-action/analyze@v2.22.10
- name: Make sure build did not change anything
run: git diff --exit-code

0 comments on commit 96d7fed

Please sign in to comment.