aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-08 21:42:23 +0530
committerGitHub <noreply@github.com>2024-01-08 16:12:23 +0000
commit30e3b1656ce79d2e1e624bfbc74b033fc82ac248 (patch)
tree35ea6a3e5aa088a9c62b28d87551023d26bd3880
parent7ceabb5ab6f0604dfdce2736173a36648f349998 (diff)
chore(deps): update github/codeql-action action to v3.23.0 (#2850)
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 1f08885b..7fbd6920 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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
+ uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
with:
languages: java
tools: latest
@@ -45,6 +45,6 @@ jobs:
arguments: assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
+ uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
with:
category: "/language:java"