aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql_analysis.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-15 17:56:53 +0530
committerGitHub <noreply@github.com>2024-02-15 12:26:53 +0000
commit6951c81ca1f1e68be85da876b64a4a720abefa91 (patch)
tree6ebc62d21c0a673a5f7208f85101fce3d5d8c4e6 /.github/workflows/codeql_analysis.yml
parent68f56286665be48434a79021824452a8d612f19f (diff)
chore(deps): update github/codeql-action action to v3.24.2 (#2903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/codeql_analysis.yml')
-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 ff9a1547..5fb3840d 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@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
+ uses: github/codeql-action/init@ece8414c725e29de2e18c0859fda9e7280df9488 # v3.24.2
with:
languages: java
tools: latest
@@ -45,6 +45,6 @@ jobs:
arguments: assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
+ uses: github/codeql-action/analyze@ece8414c725e29de2e18c0859fda9e7280df9488 # v3.24.2
with:
category: "/language:java"