diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a017dac..528d0f21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: complement-internal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 # Checkout complement + - uses: actions/checkout@v6.0.2 # Checkout complement - uses: actions/setup-go@v6 with: go-version-file: go.mod @@ -54,7 +54,7 @@ jobs: timeout: 10m steps: - - uses: actions/checkout@v6 # Checkout complement + - uses: actions/checkout@v6.0.2 # Checkout complement - uses: actions/setup-go@v6 with: