diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0872f8..56de911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: java-version: 17 cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: languages: java queries: security-and-quality @@ -57,4 +57,4 @@ jobs: - name: Compile project run: ./mvnw compile - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 \ No newline at end of file + uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 \ No newline at end of file