diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-13 22:38:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 22:38:53 +0530 |
commit | 1de941b756778be3c5a37da65d0149a7836acbd5 (patch) | |
tree | 66276bacffcbb4ad91a2c4796b9471515255cbc4 /.github | |
parent | ba1a3971aa4338cf1b3edbe4e7197c4bb1bcba51 (diff) |
chore(deps): update github/codeql-action action to v2.22.3 (#2724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql_analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index daf75e8c..8b192a86 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@d90b8d79de6dc1f58e83a1499aa58d6c93dc28de # v2.22.2 + uses: github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d90b8d79de6dc1f58e83a1499aa58d6c93dc28de # v2.22.2 + uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3 with: category: "/language:java" |