diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-16 20:59:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 20:59:02 +0530 |
commit | f694225bda8a27069862e06a4a73be3791ee9849 (patch) | |
tree | 84ef7c6f682978add2d80d495201a4febd5c32ce /.github | |
parent | 264c8463a167a9e8b8e9a219d736bf6439e3d18b (diff) |
chore(deps): update github/codeql-action action to v2.22.7 (#2766)
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 0421672b..2c25a3ae 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@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2.22.6 + uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2.22.6 + uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 with: category: "/language:java" |