Skip to content

Commit ccba31c

Browse files
committed
chore(actions): address zizmor security and container pinning findings
1 parent e8deb8a commit ccba31c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/java-spanner-integration-tests-against-emulator.yaml

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

3030
services:
3131
emulator:
32-
image: gcr.io/cloud-spanner-emulator/emulator:latest
32+
image: gcr.io/cloud-spanner-emulator/emulator@sha256:ad54472fe7b161b9214f7f816f304b649a4779e348229c375ac067f5ed5a6422 # 1.5.55
3333
ports:
3434
- 9010:9010
3535
- 9020:9020

.github/workflows/java-spanner-jdbc-integration-tests-against-emulator.yaml

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

3232
services:
3333
emulator:
34-
image: gcr.io/cloud-spanner-emulator/emulator:latest
34+
image: gcr.io/cloud-spanner-emulator/emulator@sha256:ad54472fe7b161b9214f7f816f304b649a4779e348229c375ac067f5ed5a6422 # 1.5.55
3535
ports:
3636
- 9010:9010
3737
- 9020:9020

0 commit comments

Comments
 (0)