diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6043df2..b8d7e3e 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -84,11 +84,11 @@ jobs: - name: Checkout Source uses: actions/checkout@v3.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: go - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 MarkdownLinkCheck: name: MarkdownLinkCheck runs-on: ubuntu-20.04