diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-13 21:11:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 15:41:14 +0000 |
commit | ace724727f9b7c1fcfdd19d285a69d280d582b1b (patch) | |
tree | 9d06058552ee94a6705208fa038ee51a50dcf5f8 /.github | |
parent | 2e40563bbe4a416be7fbe05d624eab53b26157c8 (diff) |
chore(deps): update github/codeql-action action to v3.25.5 (#3050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql_analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 261c1dd1..d7f34a82 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -25,7 +25,7 @@ jobs: uses: android-password-store/android-password-store/.github/reusable-workflows/setup-gradle@develop - name: Initialize CodeQL - uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4 + uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 with: languages: java tools: latest @@ -36,6 +36,6 @@ jobs: run: ./gradlew assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4 + uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5 with: category: "/language:java" |