Skip to content

Commit fae7624

Browse files
committed
ci: pinact release.yaml
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent a201bca commit fae7624

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
DOCKER_CLI_EXPERIMENTAL: "enabled"
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6.0.2
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
fetch-depth: 0 # Required by GoRelease
4747

4848
- name: Golang Setup
49-
uses: actions/setup-go@v6.4.0
49+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5050
with:
5151
go-version: stable
5252
check-latest: true
@@ -56,46 +56,46 @@ jobs:
5656

5757
# Supports Buildx
5858
- name: Qemu Setup
59-
uses: docker/setup-qemu-action@v4
59+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
6060

6161
- name: Buildx Setup
62-
uses: docker/setup-buildx-action@v4
62+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6363

6464
- name: Cosign Install
65-
uses: sigstore/cosign-installer@v3
65+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
6666

6767
- name: GPG Import
6868
id: gpg-import
69-
uses: crazy-max/ghaction-import-gpg@v7
69+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
7070
with:
7171
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
7272
passphrase: ${{ secrets.GPG_PASSWORD }}
7373

7474
- name: Cache Setup
75-
uses: actions/cache@v5
75+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7676
with:
7777
path: |
7878
./dist/**
7979
key: ${{ github.ref }}
8080

8181
- name: "Docker Login: ghcr.io"
8282
if: startsWith(github.ref, 'refs/tags/')
83-
uses: docker/login-action@v4
83+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: "Docker Login: docker.io"
9090
if: startsWith(github.ref, 'refs/tags/')
91-
uses: docker/login-action@v4
91+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
9292
with:
9393
username: ${{ secrets.DOCKER_USERNAME }}
9494
password: ${{ secrets.DOCKER_TOKEN }}
9595

9696
- name: "Docker Login: quay.io"
9797
if: startsWith(github.ref, 'refs/tags/')
98-
uses: docker/login-action@v4
98+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
9999
with:
100100
registry: quay.io
101101
username: ${{ secrets.QUAY_USERNAME }}
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: "GoReleaser: Release"
115115
if: startsWith(github.ref, 'refs/tags/')
116-
uses: goreleaser/goreleaser-action@v7
116+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
117117
with:
118118
distribution: goreleaser
119119
version: v2.10.2

0 commit comments

Comments
 (0)