@@ -18,13 +18,13 @@ jobs:
1818 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919 - name : Set up QEMU
2020 # yamllint disable-line rule:line-length
21- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0 .0
21+ uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3 .0
2222 - name : Set up Docker Buildx
2323 # yamllint disable-line rule:line-length
24- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
24+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
2525 - name : Login to GitHub Container Registry
2626 # yamllint disable-line rule:line-length
27- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
27+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
2828 with :
2929 registry : ghcr.io
3030 username : ${{ github.repository_owner }}
@@ -39,12 +39,12 @@ jobs:
3939
4040 - name : Set up Docker Buildx
4141 # yamllint disable-line rule:line-length
42- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
42+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
4343
4444 - name : Build and Push release
4545 if : github.event_name != 'schedule'
4646 # yamllint disable-line rule:line-length
47- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
47+ uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
4848 with :
4949 context : .
5050 build-args : |
6262 - name : Build and Push nightly
6363 if : github.event_name == 'schedule'
6464 # yamllint disable-line rule:line-length
65- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
65+ uses : docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
6666 with :
6767 context : .
6868 build-args : |
0 commit comments