Skip to content

Commit 140e2bf

Browse files
Update codecov/gha-workflows action to v1.2.12
1 parent f07d5f5 commit 140e2bf

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.0.0
13+
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.12
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.0.0
24+
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.12
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-self-hosted-pr.yml@v1.0.0
13+
uses: codecov/gha-workflows/.github/workflows/create-self-hosted-pr.yml@v1.2.12
1414
secrets: inherit

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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-self-hosted-release.yml@v1.0.0
13+
uses: codecov/gha-workflows/.github/workflows/create-self-hosted-release.yml@v1.2.12
1414
secrets: inherit
1515

1616
push-image:
1717
needs: [create-release]
1818
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
19-
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0
19+
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.2.12
2020
secrets: inherit
2121
with:
2222
push_release: true

0 commit comments

Comments
 (0)