diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-15 23:12:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 17:42:48 +0000 |
commit | ca070ce0515c3398350bc81797d381c88bc7c92c (patch) | |
tree | f8518318c8343ae3ab83929095cf193f6e03eafe /.github | |
parent | 9f9ffe35ac1d8beca8804c78b13924554727c8da (diff) |
chore(deps): update github/codeql-action action to v3.24.3 (#2906)
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 5fb3840d..ea8b9ca6 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@ece8414c725e29de2e18c0859fda9e7280df9488 # v3.24.2 + uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ece8414c725e29de2e18c0859fda9e7280df9488 # v3.24.2 + uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3 with: category: "/language:java" |