Skip to content

Commit

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

---
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 Dec 6, 2022
1 parent 8ef330e commit 56880ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
fetch-depth: 2

- name: Initialize CodeQL
uses: 'github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb'
uses: 'github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297'
with:
languages: 'java'
queries: 'security-and-quality'

- name: Autobuild
uses: 'github/codeql-action/autobuild@4238421316c33d73aeea2801274dd286f157c2bb'
uses: 'github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297'

- name: Perform CodeQL Analysis
uses: 'github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb'
uses: 'github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297'
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Grant permissions to comment pull-requests to SonarCloud (#243).
- Improve caching during SonarCloud analysis (#243).
- Merge codeql and analyze workflows (#243).
- Bump github/codeql-action from 2.1.28 to 2.1.32 (#240, #255, #259, #260).
- Bump github/codeql-action from 2.1.28 to 2.1.35 (#240, #255, #259, #260, #263).
- Bump actions/setup-java from 3.6.0 to 3.7.0 (#262).
- Bump parent from 2.7.0 to 2.7.2 (#241, #261).
- Bump development java version from 17.0.4+101 to 17.0.5+8 (#258).
Expand Down

0 comments on commit 56880ca

Please sign in to comment.