diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a1f8d295..e9e9abbb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ concurrency: jobs: lint: name: Run Lint - uses: codecov/gha-workflows/.github/workflows/lint.yml@v1.2.21 + uses: codecov/gha-workflows/.github/workflows/lint.yml@v1.2.22 build: name: Build Worker - uses: codecov/gha-workflows/.github/workflows/build-app.yml@v1.2.21 + uses: codecov/gha-workflows/.github/workflows/build-app.yml@v1.2.22 secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -33,13 +33,13 @@ jobs: codecovstartup: name: Codecov Startup needs: build - uses: codecov/gha-workflows/.github/workflows/codecov-startup.yml@v1.2.21 + uses: codecov/gha-workflows/.github/workflows/codecov-startup.yml@v1.2.22 secrets: inherit test: name: Test needs: [build] - uses: codecov/gha-workflows/.github/workflows/run-tests.yml@v1.2.21 + uses: codecov/gha-workflows/.github/workflows/run-tests.yml@v1.2.22 secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -47,7 +47,7 @@ jobs: build-self-hosted: name: Build Self Hosted Worker needs: [build, test] - uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21 + uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.22 secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -56,7 +56,7 @@ jobs: name: Push Staging Image needs: [build, test] if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/staging') && github.repository_owner == 'codecov' }} - uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.21 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.22 secrets: inherit with: environment: staging @@ -66,7 +66,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.21 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.22 secrets: inherit with: environment: production @@ -77,7 +77,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.21 + uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.22 with: push_rolling: true repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }}