diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-07 17:28:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 17:28:29 +0530 |
commit | 900b742a02da2f6dabd00e400e05179dd0b5cb9f (patch) | |
tree | a89a79ca1e7c5a2f869966af212e7d26dac155c3 /.github/workflows | |
parent | d9a389a49fb66e89a0377914e270b405dde2d8d9 (diff) |
chore(deps): update github/codeql-action action to v2.22.9 (#2799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 4ce50db8..bb9ea3f3 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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 with: category: "/language:java" |