diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19b474d04..d6bfa9862f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: test: name: Test needs: [build] - uses: codecov/gha-workflows/.github/workflows/run-tests.yml@v1.2.26 + uses: codecov/gha-workflows/.github/workflows/run-tests.yml@v1.2.27 secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} @@ -57,7 +57,7 @@ jobs: build-self-hosted: name: Build Self Hosted API needs: [build, test] - uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.26 + uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.27 secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }} @@ -66,7 +66,7 @@ jobs: name: Push Staging Image needs: [build, test] if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/staging' && github.repository_owner == 'codecov' }} - uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.26 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.27 secrets: inherit with: environment: staging @@ -76,7 +76,7 @@ jobs: name: Push Production Image needs: [build, test] if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }} - uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.26 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.27 secrets: inherit with: environment: production @@ -87,7 +87,7 @@ jobs: needs: [build-self-hosted, test] secrets: inherit if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }} - uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.26 + uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.27 with: push_rolling: true repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}