Skip to content

Commit 53737e8

Browse files
authored
Merge pull request #2609 from robnester-rh/EC-1118
chore: update references to github-workflows repo
2 parents d1fefc8 + 4b7b595 commit 53737e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: 'Auto merge'
2222

2323
jobs:
2424
auto-merge:
25-
uses: enterprise-contract/github-workflows/.github/workflows/auto-merge.yaml@main
25+
uses: conforma/github-workflows/.github/workflows/auto-merge.yaml@main
2626
secrets: inherit
2727
permissions:
2828
pull-requests: write

.github/workflows/checks-codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cache: false
6262

6363
- name: Check go versions
64-
uses: enterprise-contract/github-workflows/golang-version-check@main
64+
uses: conforma/github-workflows/golang-version-check@main
6565

6666
- name: Generate
6767
run: make generate

.github/workflows/checks-sealights.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cache: false
7171

7272
- name: Check go versions
73-
uses: enterprise-contract/github-workflows/golang-version-check@main
73+
uses: conforma/github-workflows/golang-version-check@main
7474

7575
- name: Download SeaLights Go agent and CLI tool
7676
run: |

0 commit comments

Comments
 (0)