Skip to content

Commit

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

---
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 Jan 19, 2023
1 parent e6a7315 commit e77fb30
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@515828d97454b8354517688ddc5b48402b723750' # 2.1.38
uses: 'github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02' # v2.1.39
with:
languages: 'java'
queries: 'security-and-quality'

- name: Autobuild
uses: 'github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750' # 2.1.38
uses: 'github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02' # v2.1.39

- name: Perform CodeQL Analysis
uses: 'github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750' # 2.1.38
uses: 'github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02' # v2.1.39
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Comment GitHub actions with version (#287).
- Bump actions/cache from 3.2.2 to 3.2.3 (#284).
- Bump github/codeql-action from 2.1.37 to 2.1.38 (#286)
- Bump github/codeql-action from 2.1.37 to 2.1.39 (#286, #290)
- Bump strata-basics from 2.12.17 to 2.12.20 (#285, #288, #289)

### Thanks

0 comments on commit e77fb30

Please sign in to comment.