aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-24 03:57:06 +0530
committerGitHub <noreply@github.com>2023-11-24 03:57:06 +0530
commitaff59d5f81232ff9513258bbc13e718492643653 (patch)
treec2eaa1c0a0c42f42bb43350c836b31cc11bf13d0
parent58f670dbe835b72eaba9bd881b5827c79eefc115 (diff)
chore(deps): update github/codeql-action action to v2.22.8 (#2775)
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 2c25a3ae..818fda9e 100644
--- a/.github/workflows/codeql_analysis.yml
+++ b/.github/workflows/codeql_analysis.yml
@@ -31,7 +31,7 @@ jobs:
java-version: 20
- name: Initialize CodeQL
- uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
+ uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
with:
languages: java
tools: latest
@@ -45,6 +45,6 @@ jobs:
arguments: assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
+ uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
with:
category: "/language:java"