Skip to content

Commit

Permalink
Update codecov/gha-workflows action to v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent b7e615a commit a3dab72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-self-hosted:
name: Build Self Hosted Image
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.6
secrets: inherit
with:
repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}
Expand All @@ -21,7 +21,7 @@ jobs:
needs: [ build-self-hosted ]
secrets: inherit
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.6
with:
push_rolling: true
cache_requirements: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
create-release-pr:
name: Create PR for Release ${{ github.event.inputs.versionName }}
uses: codecov/gha-workflows/.github/workflows/create-self-hosted-pr.yml@v1.0.0
uses: codecov/gha-workflows/.github/workflows/create-self-hosted-pr.yml@v1.2.6
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
create-release:
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/create-self-hosted-release.yml@v1.0.0
uses: codecov/gha-workflows/.github/workflows/create-self-hosted-release.yml@v1.2.6
secrets: inherit

push-image:
needs: [create-release]
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.6
secrets: inherit
with:
push_release: true
Expand Down

0 comments on commit a3dab72

Please sign in to comment.