diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-21 00:01:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 00:01:51 +0530 |
commit | a835021d6b0e4b96ea527b702a45b0d121882b8f (patch) | |
tree | 0d297107fccecdeb0c319a57d0a0c866b0f6ec47 /.github | |
parent | 17e9662e080842bb984bb6b72836e2cf59846dc9 (diff) |
chore(deps): update github/codeql-action action to v2.22.4 (#2736)
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 5d369d7e..9ccff30e 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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3 + uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3 + uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4 with: category: "/language:java" |