aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-27 15:28:07 +0530
committerGitHub <noreply@github.com>2023-10-27 15:28:07 +0530
commitb15fa2a0faffc0bfea260361c84b417e9b3ca433 (patch)
tree36eaa7f5cf2aee78835c6ded4debd6fb9db7107b
parent224eda55f871feed5c3966c2eb6d7e51cbe9f43f (diff)
chore(deps): update github/codeql-action action to v2.22.5 (#2744)
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 9ccff30e..db46fe2c 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@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
+ uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
with:
languages: java
tools: latest
@@ -45,6 +45,6 @@ jobs:
arguments: assembleNonFreeRelease
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
+ uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
with:
category: "/language:java"