aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-13 21:11:14 +0530
committerGitHub <noreply@github.com>2024-05-13 15:41:14 +0000
commitace724727f9b7c1fcfdd19d285a69d280d582b1b (patch)
tree9d06058552ee94a6705208fa038ee51a50dcf5f8 /.github
parent2e40563bbe4a416be7fbe05d624eab53b26157c8 (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.yml4
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"