Skip to content

Commit

Permalink
Bump github/codeql-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Dec 15, 2023
1 parent 5959154 commit 6a3f03a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: 'github/codeql-action/init@v2'
uses: 'github/codeql-action/init@v3'
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: 'github/codeql-action/autobuild@v2'
uses: 'github/codeql-action/autobuild@v3'

- name: Perform CodeQL Analysis
uses: 'github/codeql-action/analyze@v2'
uses: 'github/codeql-action/analyze@v3'
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Bump org.glassfish.tyrus.bundles:tyrus-standalone-client from 1.20 to 1.21 (#162).
- Bump com.diffplug.spotless from 6.22.0 to 6.23.3 (#173).
- Bump actions/setup-java from 3 to 4 (#170).
- Bump github/codeql-action from 2 to 3 (#174).

0 comments on commit 6a3f03a

Please sign in to comment.