Skip to content

Commit

Permalink
Bump github/codeql-action from 1.0.22 to 1.0.32
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.22 to 1.0.32.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v1.0.22...v1.0.32)

---
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] committed Feb 8, 2022
1 parent 89ced62 commit ee5ea8c
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 @@ -24,7 +24,7 @@ jobs:

# ================================================================================================================
- name: Initialize CodeQL
uses: github/codeql-action/init@v1.0.22
uses: github/codeql-action/init@v1.0.32
with:
languages: java

Expand All @@ -35,4 +35,4 @@ jobs:
# ================================================================================================================
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1.0.22
uses: github/codeql-action/analyze@v1.0.32

0 comments on commit ee5ea8c

Please sign in to comment.