chore(go): use explicit self-hosted action urls
Some checks failed
Push Validation / validate (push) Failing after 43s

This commit is contained in:
Micheal Wilkinson
2026-03-21 11:52:50 +00:00
parent b235c6ca45
commit fc9a30fed1
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
fi fi
- name: Vociferate prepare - name: Vociferate prepare
uses: aether/vociferate/prepare@v1.0.1 uses: https://git.hrafn.xyz/aether/vociferate/prepare@v1.0.1
publish: publish:
needs: prepare needs: prepare
@@ -43,4 +43,4 @@ jobs:
fi fi
- name: Vociferate publish - name: Vociferate publish
uses: aether/vociferate/publish@v1.0.1 uses: https://git.hrafn.xyz/aether/vociferate/publish@v1.0.1

View File

@@ -123,7 +123,7 @@ jobs:
- name: Publish coverage artefacts - name: Publish coverage artefacts
id: coverage-badge id: coverage-badge
uses: git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.1 uses: https://git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.1
with: with:
coverage-profile: coverage.out coverage-profile: coverage.out
coverage-html: coverage.html coverage-html: coverage.html

View File

@@ -90,4 +90,4 @@ jobs:
fi fi
- name: Vociferate publish - name: Vociferate publish
uses: aether/vociferate/publish@v1.0.1 uses: https://git.hrafn.xyz/aether/vociferate/publish@v1.0.1