aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-20 01:45:08 +0530
committerGitHub <noreply@github.com>2024-08-19 20:15:08 +0000
commit16ab8943bb3d2be5c19dd8610194ba6954f9b26c (patch)
tree534d4db53c481ee1b3e008ad52904d5cf849c4c3
parent79cd37a1e9eb87111c5b7693258e8205f971101f (diff)
chore(deps): update github/codeql-action action to v3.26.3 (#3179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 5c33c4a5..4bfcca48 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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
+ uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
with:
languages: java
tools: latest
@@ -36,6 +36,6 @@ jobs:
run: ./gradlew assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
+ uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
with:
category: "/language:java"