Skip to content

Commit fe9a874

Browse files
Bump github/codeql-action from 3.27.0 to 3.27.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.27.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6624720...4f3212b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3c95f8 commit fe9a874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
- name: Set up Gradle
5858
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
5959
- name: Initialize CodeQL Analysis
60-
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd
60+
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda
6161
with:
6262
languages: 'java'
6363
- name: Build for CodeQL Analysis
6464
id: build
6565
run: |
6666
./.github/scripts/codeql-build.sh
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd
68+
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda

0 commit comments

Comments
 (0)