@@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 if : vars.GITLAB_MIRROR_ENABLED == 'true'
1717 steps :
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1919 with :
2020 fetch-depth : 0
2121
22- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9 .0
22+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10 .0
2323 with :
2424 ssh-private-key : ${{ secrets.GITLAB_SSH_KEY }}
2525
@@ -33,11 +33,11 @@ jobs:
3333 runs-on : ubuntu-latest
3434 if : vars.BITBUCKET_MIRROR_ENABLED == 'true'
3535 steps :
36- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
3737 with :
3838 fetch-depth : 0
3939
40- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9 .0
40+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10 .0
4141 with :
4242 ssh-private-key : ${{ secrets.BITBUCKET_SSH_KEY }}
4343
@@ -51,11 +51,11 @@ jobs:
5151 runs-on : ubuntu-latest
5252 if : vars.CODEBERG_MIRROR_ENABLED == 'true'
5353 steps :
54- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
54+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5555 with :
5656 fetch-depth : 0
5757
58- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9 .0
58+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10 .0
5959 with :
6060 ssh-private-key : ${{ secrets.CODEBERG_SSH_KEY }}
6161
@@ -69,11 +69,11 @@ jobs:
6969 runs-on : ubuntu-latest
7070 if : vars.SOURCEHUT_MIRROR_ENABLED == 'true'
7171 steps :
72- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7373 with :
7474 fetch-depth : 0
7575
76- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9 .0
76+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10 .0
7777 with :
7878 ssh-private-key : ${{ secrets.SOURCEHUT_SSH_KEY }}
7979
@@ -87,11 +87,11 @@ jobs:
8787 runs-on : ubuntu-latest
8888 if : vars.DISROOT_MIRROR_ENABLED == 'true'
8989 steps :
90- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
90+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
9191 with :
9292 fetch-depth : 0
9393
94- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9 .0
94+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10 .0
9595 with :
9696 ssh-private-key : ${{ secrets.DISROOT_SSH_KEY }}
9797
@@ -105,11 +105,11 @@ jobs:
105105 runs-on : ubuntu-latest
106106 if : vars.GITEA_MIRROR_ENABLED == 'true'
107107 steps :
108- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
108+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
109109 with :
110110 fetch-depth : 0
111111
112- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9 .0
112+ - uses : webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10 .0
113113 with :
114114 ssh-private-key : ${{ secrets.GITEA_SSH_KEY }}
115115
@@ -123,12 +123,12 @@ jobs:
123123 runs-on : ubuntu-latest
124124 if : vars.RADICLE_MIRROR_ENABLED == 'true'
125125 steps :
126- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
126+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
127127 with :
128128 fetch-depth : 0
129129
130130 - name : Setup Rust
131- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
131+ uses : dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # stable
132132 with :
133133 toolchain : stable
134134
0 commit comments