diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-22 02:27:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 02:27:08 +0530 |
commit | bef2560421dc04fc5cd356c6ef3ae0c2bb29985d (patch) | |
tree | 6a06d92589f6f9b1159b859e55823240fad5284b /.github | |
parent | 355a0623541a04f2628a54b349d87f219c1c0b81 (diff) |
chore(deps): update github/codeql-action action to v2.3.0 (#2482)
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 f614df38..3fa178c8 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -31,7 +31,7 @@ jobs: java-version: 18 - name: Initialize CodeQL - uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 + uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 with: languages: java tools: latest @@ -45,6 +45,6 @@ jobs: arguments: assembleNonFreeRelease - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 + uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0 with: category: "/language:java" |