@@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 if : vars.GITLAB_MIRROR_ENABLED == 'true'
1616 steps :
17- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1818 with :
1919 fetch-depth : 0
2020
21- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
21+ - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
2222 with :
2323 ssh-private-key : ${{ secrets.GITLAB_SSH_KEY }}
2424
@@ -32,11 +32,11 @@ jobs:
3232 runs-on : ubuntu-latest
3333 if : vars.BITBUCKET_MIRROR_ENABLED == 'true'
3434 steps :
35- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
35+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3636 with :
3737 fetch-depth : 0
3838
39- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
39+ - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
4040 with :
4141 ssh-private-key : ${{ secrets.BITBUCKET_SSH_KEY }}
4242
@@ -50,11 +50,11 @@ jobs:
5050 runs-on : ubuntu-latest
5151 if : vars.CODEBERG_MIRROR_ENABLED == 'true'
5252 steps :
53- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
53+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
5454 with :
5555 fetch-depth : 0
5656
57- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
57+ - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
5858 with :
5959 ssh-private-key : ${{ secrets.CODEBERG_SSH_KEY }}
6060
@@ -68,11 +68,11 @@ jobs:
6868 runs-on : ubuntu-latest
6969 if : vars.SOURCEHUT_MIRROR_ENABLED == 'true'
7070 steps :
71- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
71+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7272 with :
7373 fetch-depth : 0
7474
75- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
75+ - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
7676 with :
7777 ssh-private-key : ${{ secrets.SOURCEHUT_SSH_KEY }}
7878
@@ -86,11 +86,11 @@ jobs:
8686 runs-on : ubuntu-latest
8787 if : vars.DISROOT_MIRROR_ENABLED == 'true'
8888 steps :
89- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
89+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
9090 with :
9191 fetch-depth : 0
9292
93- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
93+ - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
9494 with :
9595 ssh-private-key : ${{ secrets.DISROOT_SSH_KEY }}
9696
@@ -104,11 +104,11 @@ jobs:
104104 runs-on : ubuntu-latest
105105 if : vars.GITEA_MIRROR_ENABLED == 'true'
106106 steps :
107- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
107+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
108108 with :
109109 fetch-depth : 0
110110
111- - uses : webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0
111+ - uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
112112 with :
113113 ssh-private-key : ${{ secrets.GITEA_SSH_KEY }}
114114
@@ -122,12 +122,12 @@ jobs:
122122 runs-on : ubuntu-latest
123123 if : vars.RADICLE_MIRROR_ENABLED == 'true'
124124 steps :
125- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
125+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
126126 with :
127127 fetch-depth : 0
128128
129129 - name : Setup Rust
130- uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0 # stable
130+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
131131 with :
132132 toolchain : stable
133133
0 commit comments