Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: 'Auto merge'

jobs:
auto-merge:
uses: enterprise-contract/github-workflows/.github/workflows/auto-merge.yaml@main
uses: conforma/github-workflows/.github/workflows/auto-merge.yaml@main
secrets: inherit
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks-codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cache: false

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

- name: Generate
run: make generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks-sealights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cache: false

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

- name: Download SeaLights Go agent and CLI tool
run: |
Expand Down
Loading