Skip to content

Commit d8b63da

Browse files
chore(UID2-6742): upgrade Node.js 20 actions to Node.js 24-compatible versions
1 parent 4127863 commit d8b63da

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
packages: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
- name: Log in to the Container registry
2222
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
type=sha,prefix=server_only-,format=short
3434
type=raw,prefix=server_only-,value=latest
3535
- name: Build and push Docker server_only image
36-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
36+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
3737
with:
3838
context: publisher/server_only
3939
push: true
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
packages: write
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
- name: Log in to the Container registry
5151
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
5252
with:
@@ -62,7 +62,7 @@ jobs:
6262
type=sha,prefix=standard-,format=short
6363
type=raw,prefix=standard-,value=latest
6464
- name: Build and push Docker standard image
65-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
65+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6666
with:
6767
context: publisher/standard
6868
push: true
@@ -75,7 +75,7 @@ jobs:
7575
contents: read
7676
packages: write
7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979
- name: Log in to the Container registry
8080
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
8181
with:
@@ -91,7 +91,7 @@ jobs:
9191
type=sha,prefix=reverse-proxy-,format=short
9292
type=raw,prefix=reverse-proxy-,value=latest
9393
- name: Build and push Docker reverse-proxy image
94-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
94+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
9595
with:
9696
context: tools/reverse-proxy
9797
file: Dockerfile

0 commit comments

Comments
 (0)