diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-13 18:06:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 18:06:33 +0000 |
commit | 652e358435258911aaffb3e03d8597aad663d6fc (patch) | |
tree | f8089f4a525b7f1f5f91c924c4ca264609937336 | |
parent | 49802754a29674ebb46704825552876959f3c55c (diff) |
chore(deps): update github/codeql-action action to v2.21.6 (#2681)
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 bfef67b9..22c68f5f 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@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 + uses: github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 + uses: github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6 with: category: "/language:java" |