aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-09-13 21:54:46 +0530
committerGitHub <noreply@github.com>2024-09-13 16:24:46 +0000
commit2ac2b3d3d5892e967ef462eb17c14f1a46236b4a (patch)
tree99003ba9adacbb156f3d2c26c855b2bc220a0a12
parente47c3cc5ec2b789b42039f3a890c95c048663fc8 (diff)
chore(deps): update github/codeql-action action to v3.26.7 (#3209)
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 92d627bf..a5733f06 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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
+ uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
with:
languages: java
tools: latest
@@ -36,6 +36,6 @@ jobs:
run: ./gradlew assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
+ uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
with:
category: "/language:java"