diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35e9ccff7d12..4e77b5f1abe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,22 +48,22 @@ jobs: steps: - uses: actions/checkout@v4 with: - path: src/github.com/containerd/containerd - fetch-depth: 100 + path: src/github.com/coderbirju/containerd + fetch-depth: 10 - - uses: ./src/github.com/containerd/containerd/.github/actions/install-go + - uses: ./src/github.com/coderbirju/containerd/.github/actions/install-go - - uses: containerd/project-checks@v1.1.0 - if: github.repository == 'containerd/containerd' + - uses: coderbirju/project-checks@v1.1.9 + if: github.repository == 'coderbirju/containerd' with: - working-directory: src/github.com/containerd/containerd + working-directory: src/github.com/coderbirju/containerd repo-access-token: ${{ secrets.GITHUB_TOKEN }} - name: verify go modules and vendor directory run: | sudo apt-get install -y jq make verify-vendor - working-directory: src/github.com/containerd/containerd + working-directory: src/github.com/coderbirju/containerd # # Protobuf checks