aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-07-03 18:29:43 +0530
committerGitHub <noreply@github.com>2023-07-03 18:29:43 +0530
commitaf758898dd0165f2281c95bef45b1a6b5049eec6 (patch)
tree4256a6be61432add75652c896ac1ab3082b41f2c /.github
parentc00a04bb77bb0e283239936cafaf5985b5d67057 (diff)
chore(deps): update github/codeql-action action to v2.20.2 (#2584)
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 f0ea9458..aad628cc 100644
--- a/.github/workflows/codeql_analysis.yml
+++ b/.github/workflows/codeql_analysis.yml
@@ -46,7 +46,7 @@ jobs:
java-version: 18
- name: Initialize CodeQL
- uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
+ uses: github/codeql-action/init@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
with:
languages: java
tools: latest
@@ -60,6 +60,6 @@ jobs:
arguments: assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
+ uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
with:
category: "/language:java"