diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-29 02:31:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 02:31:23 +0000 |
commit | 6067f2beeef93d4ebb059b065a58bab3d9fe6033 (patch) | |
tree | 0e2ba914ee308323308734f7f1a4a11e4beb2ea3 /.github/workflows | |
parent | 2bcf235b1410e4f423db650b749476c66368969d (diff) |
chore(deps): update github/codeql-action action to v2.21.5 (#2665)
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 7608b8c6..0fbcf406 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@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4 + uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4 + uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5 with: category: "/language:java" |