Skip to content

Commit cc035ac

Browse files
chore(deps): pin dependencies (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84038f2 commit cc035ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/housekeeping.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
group: cleanup-images
1616
steps:
1717
- name: Delete untagged images
18-
uses: dataaxiom/ghcr-cleanup-action@v1
18+
uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1
1919
with:
2020
keep-n-untagged: 10
2121
- name: Delete old release candidate images
22-
uses: dataaxiom/ghcr-cleanup-action@v1
22+
uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1
2323
with:
2424
delete-tags: '*-rc*'
2525
keep-n-tagged: 3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 10
4040
services:
4141
squid-proxy:
42-
image: ubuntu/squid:latest
42+
image: ubuntu/squid:latest@sha256:98f98aaa024e4a58433450f8adde48ef5748f1ae05133b2367d64317cc881a3a
4343
ports:
4444
- 3128:3128
4545

0 commit comments

Comments
 (0)