Skip to content

Commit d8cf733

Browse files
Pin digests
1 parent f59e898 commit d8cf733

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-dev.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Set up Go
34-
uses: actions/setup-go@v5
34+
uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40
3535
with:
3636
go-version: 1.24.0
3737

@@ -42,23 +42,23 @@ jobs:
4242
run: templ generate
4343

4444
- name: Login to Docker Hub
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
4646
with:
4747
username: ${{ secrets.DOCKERHUB_USERNAME }}
4848
password: ${{ secrets.DOCKERHUB_TOKEN }}
4949

5050
- name: Login to GHCR
51-
uses: docker/login-action@v3
51+
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}
5555
password: ${{ secrets.GITHUB_TOKEN }}
5656

5757
- name: Run GoReleaser
58-
uses: goreleaser/goreleaser-action@v6
58+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3
5959
with:
6060
version: latest
6161
args: release --rm-dist --snapshot
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
64+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)