diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-21 19:09:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 19:09:06 +0530 |
commit | e6b5806edd2f3eb212616b66ee027319c8ef6c63 (patch) | |
tree | 1818b01a974a9c3462b309047b177fa9633a4fe6 /.github/workflows/codeql_analysis.yml | |
parent | 2b06e9b38c62d4db629f45da85f5d56924d2b711 (diff) |
chore(deps): update github/codeql-action action to v2.20.1 (#2565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/codeql_analysis.yml')
-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 be6c7d77..a23979af 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@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0 + uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1 with: languages: java tools: latest @@ -60,6 +60,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0 + uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1 with: category: "/language:java" |