From 5d6b4b0648047d4e2f15050cc339ee4315498f4b Mon Sep 17 00:00:00 2001 From: jasonford Date: Wed, 21 Aug 2024 11:55:18 -0500 Subject: [PATCH 1/5] updating workflows --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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' }} From 723b75427fa2625d59ebd17db2bfb0f35987dfd2 Mon Sep 17 00:00:00 2001 From: jasonford Date: Fri, 23 Aug 2024 11:17:09 -0500 Subject: [PATCH 2/5] updating workflows --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e9abbb4..72c0dd7b0 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.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 +33,13 @@ 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 +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.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 +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.22 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.23 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.22 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.23 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.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' }} From 539ca13508eb6b68fc5dfde8f23db3593db3b191 Mon Sep 17 00:00:00 2001 From: jasonford Date: Fri, 23 Aug 2024 12:12:40 -0500 Subject: [PATCH 3/5] updating workflows --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8796acef8..2d06b2bd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,3 +125,4 @@ jobs: # - name: Run mutations # run: | # make test_env.run_mutation + From d2d1c33df9b72d4115396c543e3d9969ef9b6f4e Mon Sep 17 00:00:00 2001 From: jasonford Date: Fri, 23 Aug 2024 12:21:11 -0500 Subject: [PATCH 4/5] updating workflows --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d06b2bd7..8796acef8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,4 +125,3 @@ jobs: # - name: Run mutations # run: | # make test_env.run_mutation - From ba2e7a86e161f301ce24249a8349cbaca056577b Mon Sep 17 00:00:00 2001 From: jasonford Date: Fri, 23 Aug 2024 13:37:39 -0500 Subject: [PATCH 5/5] updating workflows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8796acef8..522d3e4fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,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