diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-22 17:03:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 11:33:32 +0000 |
commit | fa29b50c7606cc59dc491bcd7fc3795e39a47790 (patch) | |
tree | 9e2011dc97b6fffc17d9eed3b774e0e3119199cf /.github | |
parent | 25fb87fe1669283fe82d24733937b0662e599667 (diff) |
chore(deps): update github/codeql-action action to v3.24.9 (#2972)
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 54259db4..2b4009d2 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@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 + uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 + uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 with: category: "/language:java" |