Skip to content

Commit e57a716

Browse files
authored
chore(ci): stop pinning containers in actions workflows (#2411)
1 parent bc559a7 commit e57a716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
services:
2525
postgres:
26-
image: postgres@sha256:30a72339ce74f2621f0f82cd983a11ade307ec2e634a7998318e8813a6f6f25c
26+
image: postgres
2727
env:
2828
POSTGRES_PASSWORD: default
2929
options: >-

0 commit comments

Comments
 (0)