Skip to content

Commit

Permalink
Bump github/codeql-action from 2.2.11 to 2.2.12
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.11 to 2.2.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@d186a2a...7df0ce3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Apr 14, 2023
1 parent 3dec770 commit bb102f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
fetch-depth: 2

- name: Initialize CodeQL
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
with:
languages: 'java'
queries: 'security-and-quality'

- name: Autobuild
uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Bump actions/cache from 3.2.2 to 3.3.1 (#284, #294, #301, #305, #308, #309).
- Bump actions/setup-java from 3.9.0 to 3.11.0 (#299, #318).
- Bump actions/checkout from 3.3.0 to 3.5.2 (#313, #316, #324).
- Bump github/codeql-action from 2.1.37 to 2.2.11 (#286, #290, #291, #295, #300, #302, #307, #310,
#312, #315, #317, #321, #322)
- Bump github/codeql-action from 2.1.37 to 2.2.12 (#286, #290, #291, #295, #300, #302, #307, #310,
#312, #315, #317, #321, #322, #325)
- Bump cyclonedx-maven-plugin from 2.7.4 to 2.7.5 (#304)
- Bump strata-basics from 2.12.17 to 2.12.21 (#285, #288, #289, #311)
- Bump parent from 3.0.0 to 3.0.1 (#306).
Expand Down

0 comments on commit bb102f3

Please sign in to comment.