diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-25 10:22:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 10:22:57 +0530 |
commit | 97526a5332d974b78ec09d450b4f59beb2d1a287 (patch) | |
tree | 1987360a5557399d60b332a860967509f83734fb | |
parent | dafbf25ad5b710a2a0faec683ae52c80877c8725 (diff) |
chore(deps): update github/codeql-action action to v2.3.4 (#2527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 02986f1c..8c616832 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -31,7 +31,7 @@ jobs: java-version: 18 - name: Initialize CodeQL - uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/init@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4 with: languages: java tools: latest @@ -49,6 +49,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3 + uses: github/codeql-action/analyze@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4 with: category: "/language:java" |