aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-07-06 21:51:18 +0530
committerGitHub <noreply@github.com>2023-07-06 21:51:18 +0530
commitec7cb004378240d3c2114647694604c5c3951cc1 (patch)
tree54ce0d5bd96cceeeb5c2f0b2c714652a5f42a00a /.github/workflows
parentc9a2bd4e4062a03fcc2059bcf4c76eec6d473ef5 (diff)
chore(deps): update github/codeql-action action to v2.20.3 (#2589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 aad628cc..a1cdaacc 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@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
+ uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
with:
languages: java
tools: latest
@@ -60,6 +60,6 @@ jobs:
arguments: assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2.20.2
+ uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
with:
category: "/language:java"