Skip to content

Commit d42e714

Browse files
chore(ci): update github-actions
1 parent 93dd696 commit d42e714

6 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/api-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Install regctl
217217
if: always()
218-
uses: regclient/actions/regctl-installer@da9319db8e44e8b062b3a147e1dfb2f574d41a03 # main
218+
uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main
219219

220220
- name: Cleanup intermediate architecture tags
221221
if: always()

.github/workflows/api-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
services:
5050
postgres:
51-
image: postgres:17@sha256:2cd82735a36356842d5eb1ef80db3ae8f1154172f0f653db48fde079b2a0b7f7
51+
image: postgres:17@sha256:5f050f770b427fbd477edee6c3968a72e5c6be97e050a7e368b2b74a9494a285
5252
env:
5353
POSTGRES_HOST: ${{ env.POSTGRES_HOST }}
5454
POSTGRES_PORT: ${{ env.POSTGRES_PORT }}
@@ -63,7 +63,7 @@ jobs:
6363
--health-timeout 5s
6464
--health-retries 5
6565
valkey:
66-
image: valkey/valkey:7-alpine3.19
66+
image: valkey/valkey:7-alpine3.19@sha256:4054fe7fc607b9326ac7c4691ed26e9670d2ff17a9fb28c2577adecf928acbcc
6767
env:
6868
VALKEY_HOST: ${{ env.VALKEY_HOST }}
6969
VALKEY_PORT: ${{ env.VALKEY_PORT }}

.github/workflows/mcp-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206

207207
- name: Install regctl
208208
if: always()
209-
uses: regclient/actions/regctl-installer@da9319db8e44e8b062b3a147e1dfb2f574d41a03 # main
209+
uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main
210210

211211
- name: Cleanup intermediate architecture tags
212212
if: always()

.github/workflows/sdk-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299

300300
- name: Install regctl
301301
if: always()
302-
uses: regclient/actions/regctl-installer@da9319db8e44e8b062b3a147e1dfb2f574d41a03 # main
302+
uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main
303303

304304
- name: Cleanup intermediate architecture tags
305305
if: always()

.github/workflows/test-impact-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup Python
7474
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7575
with:
76-
python-version: '3.12'
76+
python-version: '3.12.13'
7777

7878
- name: Install PyYAML
7979
run: pip install pyyaml

.github/workflows/ui-container-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Install regctl
203203
if: always()
204-
uses: regclient/actions/regctl-installer@da9319db8e44e8b062b3a147e1dfb2f574d41a03 # main
204+
uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main
205205

206206
- name: Cleanup intermediate architecture tags
207207
if: always()

0 commit comments

Comments
 (0)