aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-06-13 01:09:43 +0530
committerGitHub <noreply@github.com>2024-06-12 19:39:43 +0000
commit162f802addb4b78f78db4dc25bdb01fbadebdbc1 (patch)
tree168b39ddd05c5e6e499c064d812b52c3a38aecd4 /.github/workflows
parented4e295f19ee0c4b47b63092d9f97db46010fd0e (diff)
chore(deps): update github/codeql-action action to v3.25.9 (#3088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 efc96b7c..90305dc1 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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
+ uses: github/codeql-action/init@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
with:
languages: java
tools: latest
@@ -36,6 +36,6 @@ jobs:
run: ./gradlew assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
+ uses: github/codeql-action/analyze@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
with:
category: "/language:java"