diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 994a096..c233adc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -23,8 +23,8 @@ jobs: with: fetch-depth: 2 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 - name: Autobuild with CodeQL - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2