File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ jobs:
5656 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5757
5858 - name : Login to GHCR
59- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
59+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
6060 with :
6161 registry : ghcr.io
6262 username : ${{ github.repository_owner }}
6363 password : ${{ secrets.GITHUB_TOKEN }}
6464
6565 - name : Build and push by digest
6666 id : build
67- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
67+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
6868 with :
6969 platforms : ${{ matrix.platform.name }}
7070 build-args : |
8383 touch "/tmp/digests/${digest#sha256:}"
8484
8585 - name : Upload digest
86- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
86+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8787 with :
8888 name : digests-${{ env.PLATFORM_PAIR }}
8989 path : /tmp/digests/*
@@ -124,7 +124,7 @@ jobs:
124124 type=sha,format=long,prefix=
125125
126126 - name : Login to GHCR
127- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
127+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
128128 with :
129129 registry : ghcr.io
130130 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 - name : Checkout
2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030 - name : Cache envtest binaries
31- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
31+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3232 with :
3333 path : ./bin/
3434 key : binaries
3535 - name : Setup Golang
36- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
36+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3737 with :
3838 go-version-file : " go.mod"
3939 - name : Install envtest
5656 - name : Checkout
5757 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858 - name : Setup Golang
59- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6060 with :
6161 go-version-file : " go.mod"
6262 - name : Generate manifests
7070 runs-on : ubuntu-latest
7171 steps :
7272 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
73- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
73+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7474 with :
7575 go-version-file : " go.mod"
7676 - name : golangci-lint
Original file line number Diff line number Diff line change 2525 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626 with :
2727 python-version : 3.x
28- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
28+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2929 with :
3030 key : mkdocs-material-${{ github.ref }}
3131 path : .cache
You can’t perform that action at this time.
0 commit comments