diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c77fcf7..896669f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL for security scanning - uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: languages: 'java-kotlin' @@ -42,7 +42,7 @@ jobs: # unit tests are not run as part of this workflow, since they are not required for the CodeQL security analysis - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: category: "/language:java-kotlin"