Skip to content

Commit f8382ac

Browse files
chore(ci): update github-actions
1 parent f1d7412 commit f8382ac

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@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # 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:ef92240eff6b0bcce8ccf038c2edcd0d8fd8ef90621849993b8c8995881ab09a
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@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # 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@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # 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
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Install regctl
207207
if: always()
208-
uses: regclient/actions/regctl-installer@da9319db8e44e8b062b3a147e1dfb2f574d41a03 # main
208+
uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main
209209

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

0 commit comments

Comments
 (0)