Skip to content

Commit f810d66

Browse files
authored
Merge pull request #3 from maxmind/dependabot/github_actions/github/codeql-action-4.31.9
chore(deps): Bump github/codeql-action from 4.31.7 to 4.31.9
2 parents 7aca100 + 10577e3 commit f810d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
with:
3030
cache-disabled: true
3131

32-
- uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
32+
- uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
3333
with:
3434
languages: java-kotlin
3535
build-mode: manual
3636

3737
- name: Build with Gradle
3838
run: ./gradlew clean compileDebugKotlin assembleDebug --no-daemon --no-build-cache --no-configuration-cache
3939

40-
- uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
40+
- uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9

0 commit comments

Comments
 (0)