Skip to content

Commit

Permalink
chore(deps): update codecov/gha-workflows action to v1.22.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 3b18162 commit eae202d
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.2.21
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
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.2.21
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
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-release-pr.yml@v1.2.21
uses: codecov/gha-workflows/.github/workflows/create-release-pr.yml@v1.22.23
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,15 +10,15 @@ 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-release.yml@v1.2.21
uses: codecov/gha-workflows/.github/workflows/create-release.yml@v1.22.23
with:
tag_to_prepend: self-hosted-
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.2.21
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
secrets: inherit
with:
push_release: true
Expand Down

0 comments on commit eae202d

Please sign in to comment.