diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 72a3277..81fcc8e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: csharp - name: Setup .NET Core @@ -38,9 +38,9 @@ jobs: with: dotnet-version: "8.0.x" - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 build-docker-test: runs-on: ubuntu-22.04 if: github.event_name == 'pull_request'