Skip to content

Commit 68c5fa9

Browse files
Update codecov/gha-workflows action to v1.22.23
1 parent 8d51ee4 commit 68c5fa9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-self-hosted:
1212
name: Build Self Hosted Image
13-
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
13+
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
1414
secrets: inherit
1515
with:
1616
repo: ${{ vars.CODECOV_GATEWAY_IMAGE || 'codecov/self-hosted-gateway' }}
@@ -21,7 +21,7 @@ jobs:
2121
needs: [ build-self-hosted ]
2222
secrets: inherit
2323
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.repository_owner == 'codecov' }}
24-
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
24+
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
2525
with:
2626
push_rolling: true
2727
cache_requirements: false

.github/workflows/self-hosted-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010
jobs:
1111
create-release-pr:
1212
name: Create PR for Release ${{ github.event.inputs.versionName }}
13-
uses: codecov/gha-workflows/.github/workflows/create-release-pr.yml@v1.2.21
13+
uses: codecov/gha-workflows/.github/workflows/create-release-pr.yml@v1.22.23
1414
secrets: inherit

.github/workflows/self-hosted-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
create-release:
1111
name: Tag Release ${{ github.head_ref }} and Push Docker image to Docker Hub
1212
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
13-
uses: codecov/gha-workflows/.github/workflows/create-release.yml@v1.2.21
13+
uses: codecov/gha-workflows/.github/workflows/create-release.yml@v1.22.23
1414
with:
1515
tag_to_prepend: self-hosted-
1616
secrets: inherit
1717

1818
push-image:
1919
needs: [create-release]
2020
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
21-
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.21
21+
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.22.23
2222
secrets: inherit
2323
with:
2424
push_release: true

0 commit comments

Comments
 (0)