aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-22 08:49:36 +0530
committerGitHub <noreply@github.com>2024-08-22 03:19:36 +0000
commite38eb6d8a6e0c21124294a3252b068a4cbfd2035 (patch)
tree1cb297132b390dd0569422688627067fc0887c23 /.github
parent74a1a8c50fccfe18b1fe1cb40725d418ae1c74ba (diff)
chore(deps): update github/codeql-action action to v3.26.4 (#3183)
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 4bfcca48..23433bbc 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@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
+ uses: github/codeql-action/init@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3.26.4
with:
languages: java
tools: latest
@@ -36,6 +36,6 @@ jobs:
run: ./gradlew assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
+ uses: github/codeql-action/analyze@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3.26.4
with:
category: "/language:java"