diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-06 01:52:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 20:22:37 +0000 |
commit | 2046abfcb34728a3f144926ad3ed4ffc71d13db8 (patch) | |
tree | b246a923696d1ce69cfe6909511a2ee2980e7382 /.github/workflows/codeql_analysis.yml | |
parent | 19dd8e247852c1f231cee5716b847bb8cfa49256 (diff) |
chore(deps): update github/codeql-action action to v3.24.10 (#2985)
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 0a900e5a..6ee95323 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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 with: category: "/language:java" |