File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
1515 - name : Set up CI Image Metadata
1616 id : docker_meta_ci
4848 needs : build
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5252
5353 - name : Download artifact
5454 uses : actions/download-artifact@v7
6666 needs : e2e
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
69+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7070
7171 - name : Set up Docker Hub Image Metadata
7272 id : docker_meta
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
1515 - name : Docker meta ci
1616 id : docker_meta_ci
4949 needs : build
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
52+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5353
5454 - name : Download artifact
5555 uses : actions/download-artifact@v7
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
1515 - name : Set up CI Image Metadata
1616 id : docker_meta_ci
4747 needs : build
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
50+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5151
5252 - name : Download artifact
5353 uses : actions/download-artifact@v7
6565 needs : e2e
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
68+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6969
7070 - name : Set up Docker Hub Image Metadata
7171 id : docker_meta
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 # To use this repository's private action, you must check out the repository
145145 - name : Checkout
146- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
146+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
147147
148148 - name : Generate changelog
149149 id : changelog
You can’t perform that action at this time.
0 commit comments