Skip to content

Commit 8c0cce1

Browse files
Pin dependencies (#883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27d56a3 commit 8c0cce1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515

16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1717
with:
1818
node-version: 24
1919

@@ -23,7 +23,7 @@ jobs:
2323
id: cache
2424
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
2525

26-
- uses: actions/cache@v4
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727
with:
2828
path: ${{ steps.cache.outputs.path }}
2929
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4343

44-
- uses: biomejs/setup-biome@v2
44+
- uses: biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2
4545
with:
4646
version: latest
4747

@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5555

56-
- uses: actions/setup-node@v4
56+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5757
with:
5858
node-version: 24
5959

@@ -63,7 +63,7 @@ jobs:
6363
id: cache
6464
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
6565

66-
- uses: actions/cache@v4
66+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6767
with:
6868
path: ${{ steps.cache.outputs.path }}
6969
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8383

84-
- uses: actions/setup-node@v4
84+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8585
with:
8686
node-version: 24
8787

@@ -91,7 +91,7 @@ jobs:
9191
id: cache
9292
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
9393

94-
- uses: actions/cache@v4
94+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
9595
with:
9696
path: ${{ steps.cache.outputs.path }}
9797
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- name: Docker meta
117117
id: meta
118-
uses: docker/metadata-action@v5
118+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
119119
with:
120120
images: |
121121
ghcr.io/${{ github.repository }}
@@ -124,18 +124,18 @@ jobs:
124124
type=raw,value=latest
125125
126126
- name: Set up depot
127-
uses: depot/setup-action@v1
127+
uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1
128128

129129
- name: Login to GHCR
130130
if: github.ref == 'refs/heads/master'
131-
uses: docker/login-action@v3
131+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
132132
with:
133133
registry: ghcr.io
134134
username: ${{ github.actor }}
135135
password: ${{ secrets.GITHUB_TOKEN }}
136136

137137
- name: Build and maybe Push Docker image
138-
uses: depot/build-push-action@v1
138+
uses: depot/build-push-action@9785b135c3c76c33db102e45be96a25ab55cd507 # v1
139139
with:
140140
project: ks849krng9
141141
push: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)