Skip to content

Commit ef62c7a

Browse files
authored
Merge pull request #6851 from bndtools/dependabot/github_actions/github/codeql-action-3.30.6
Bump github/codeql-action from 3.30.5 to 3.30.6
2 parents ac843e5 + 184b362 commit ef62c7a

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@748248ddd2a24f49513d8f472f81c3a07d4d50e1
5959
- name: Initialize CodeQL Analysis
60-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
60+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
68+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885

0 commit comments

Comments
 (0)