@@ -105,7 +105,7 @@ jobs:
105105 run : exit 1
106106
107107 - name : Checkout repository
108- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
108+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109 with :
110110 fetch-depth : 0
111111
@@ -144,7 +144,7 @@ jobs:
144144 with :
145145 egress-policy : audit
146146 - name : Checkout repository
147- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
147+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148148 with :
149149 fetch-depth : 0
150150
@@ -205,7 +205,7 @@ jobs:
205205 with :
206206 egress-policy : audit
207207 - name : Checkout repository
208- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
208+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
209209 with :
210210 fetch-depth : 0
211211
@@ -287,7 +287,7 @@ jobs:
287287 # Use the branch set via inputs as a base for the release.
288288 # If anything needs to be fixed before the release, it should be done on the base branch
289289 # before the release workflow is triggered.
290- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
290+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
291291 with :
292292 fetch-depth : 0
293293 ref : ${{ inputs.base }}
@@ -377,12 +377,12 @@ jobs:
377377 with :
378378 egress-policy : audit
379379
380- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
380+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
381381 with :
382382 fetch-depth : 0
383383 ref : ${{ inputs.base }}
384384
385- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
385+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
386386 with :
387387 repository : ${{ github.repository_owner }}/${{ env.DOCS_REPO }}
388388 path : ${{ env.DOCS_REPO }}
0 commit comments