From 23b9d820d1a36469480c7c378aaaad0694b1885d Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sat, 7 Jun 2025 09:43:55 -0400 Subject: [PATCH] Use tagged shellcheckout v0.0.1 --- .gitea/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index f6c2faf..39ba717 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -13,7 +13,7 @@ jobs: GOCACHE: /go-cache-volume/build-cache steps: - name: checkout - uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@master + uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@v0.0.1 - name: debug run: |