Skip to content

Commit ecd8d42

Browse files
deps: pin dependencies (#1413)
1 parent fe0a977 commit ecd8d42

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Set up tools
19-
uses: jdx/mise-action@v4
19+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2020
with:
2121
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
2222

2323
- name: Run GoReleaser
2424
run: goreleaser release --clean --snapshot --skip=sign
2525

26-
- uses: actions/upload-artifact@v7
26+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
2727
with:
2828
name: Preview Binaries
2929
path: dist/hcloud-*/hcloud

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Set up tools
19-
uses: jdx/mise-action@v4
19+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2020
with:
2121
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
2222

2323
- name: Run gofmt
2424
run: diff -u <(echo -n) <(gofmt -d -s .)
2525

2626
- name: Run golangci-lint
27-
uses: golangci/golangci-lint-action@v9
27+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
2828
with:
2929
# golangci-lint was already installed in a previous step.
3030
install-mode: none
@@ -33,10 +33,10 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737

3838
- name: Set up tools
39-
uses: jdx/mise-action@v4
39+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
4040
with:
4141
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
4242

@@ -47,7 +47,7 @@ jobs:
4747
if: >
4848
!startsWith(github.head_ref, 'renovate/') &&
4949
!startsWith(github.head_ref, 'releaser-pleaser--')
50-
uses: codecov/codecov-action@v6
50+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
flags: unit
@@ -58,14 +58,14 @@ jobs:
5858
id-token: write
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6262

6363
- name: Set up tools
64-
uses: jdx/mise-action@v4
64+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
6565
with:
6666
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
6767

68-
- uses: hetznercloud/tps-action@main
68+
- uses: hetznercloud/tps-action@dc6d67c5768ca43b840429b6c7409cda61cf4092 # main
6969

7070
- name: Run tests
7171
run: go test -tags e2e -timeout=30m -coverpkg=./internal/... -coverprofile=coverage.txt -v -race ./test/e2e
@@ -78,7 +78,7 @@ jobs:
7878
if: >
7979
!startsWith(github.head_ref, 'renovate/') &&
8080
!startsWith(github.head_ref, 'release-please--')
81-
uses: codecov/codecov-action@v6
81+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
flags: e2e
@@ -87,10 +87,10 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@v6
90+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9191

9292
- name: Set up tools
93-
uses: jdx/mise-action@v4
93+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
9494
with:
9595
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
9696

@@ -110,10 +110,10 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@v6
113+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
114114

115115
- name: Set up tools
116-
uses: jdx/mise-action@v4
116+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
117117
with:
118118
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
119119

@@ -127,10 +127,10 @@ jobs:
127127
runs-on: ubuntu-latest
128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v6
130+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
131131

132132
- name: Set up tools
133-
uses: jdx/mise-action@v4
133+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
134134
with:
135135
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
136136

.github/workflows/links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

16-
- uses: actions/cache@v5
16+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
1717
with:
1818
path: .lycheecache
1919
key: cache-lychee-${{ github.sha }}
2020
restore-keys: cache-lychee-
2121

22-
- uses: lycheeverse/lychee-action@v2
22+
- uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
2323
with:
2424
fail: true
2525
args: >

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Login to DockerHub
19-
uses: docker/login-action@v4
19+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
2020
with:
2121
username: ${{ secrets.DOCKER_USER }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323

2424
- name: Set up tools
25-
uses: jdx/mise-action@v4
25+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
2626
with:
2727
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
2828

2929
- name: Import GPG key
3030
id: import_gpg
31-
uses: crazy-max/ghaction-import-gpg@v7
31+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7
3232
with:
3333
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/releaser-pleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: releaser-pleaser
24-
uses: apricote/releaser-pleaser@v0.8.0
24+
uses: apricote/releaser-pleaser@a1ce9493fd3f3abe60f22c37249d257bc10081dc # v0.8.0
2525
with:
2626
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
2727
extra-files: |

0 commit comments

Comments
 (0)