diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e9abbb4..522d3e4fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,13 @@ concurrency: jobs: lint: name: Run Lint - uses: codecov/gha-workflows/.github/workflows/lint.yml@v1.2.22 + + uses: codecov/gha-workflows/.github/workflows/lint.yml@v1.2.23 build: name: Build Worker - uses: codecov/gha-workflows/.github/workflows/build-app.yml@v1.2.22 + uses: codecov/gha-workflows/.github/workflows/build-app.yml@v1.2.23 + secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -33,13 +35,15 @@ jobs: codecovstartup: name: Codecov Startup needs: build - uses: codecov/gha-workflows/.github/workflows/codecov-startup.yml@v1.2.22 + uses: codecov/gha-workflows/.github/workflows/codecov-startup.yml@v1.2.23 + secrets: inherit test: name: Test needs: [build] - uses: codecov/gha-workflows/.github/workflows/run-tests.yml@v1.2.22 + uses: codecov/gha-workflows/.github/workflows/run-tests.yml@v1.2.23 + secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -47,7 +51,8 @@ jobs: build-self-hosted: name: Build Self Hosted Worker needs: [build, test] - uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.22 + + uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.23 secrets: inherit with: repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -56,7 +61,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.22 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.23 secrets: inherit with: environment: staging @@ -66,7 +71,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.22 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.23 secrets: inherit with: environment: production @@ -77,7 +82,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.22 + uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.23 with: push_rolling: true repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} @@ -119,4 +124,4 @@ jobs: # make test_env.prepare # - name: Run mutations # run: | - # make test_env.run_mutation + # make test_env.run_mutation \ No newline at end of file