2929 outputs :
3030 should_run : ${{ steps.gate.outputs.should_run }}
3131 steps :
32- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333
3434 - id : gate
3535 uses : ./.github/actions/pr-gate
4545 username : ${{ github.actor }}
4646 password : ${{ secrets.GITHUB_TOKEN }}
4747 steps :
48- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
48+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4949
5050 - name : Mark workspace as safe for git
5151 run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
6969 username : ${{ github.actor }}
7070 password : ${{ secrets.GITHUB_TOKEN }}
7171 steps :
72- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
72+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
7373
7474 - name : Install tools
7575 run : mise install --locked
9595 username : ${{ github.actor }}
9696 password : ${{ secrets.GITHUB_TOKEN }}
9797 steps :
98- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
98+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9999
100100 - name : Configure GHA sccache backend
101101 uses : mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
@@ -149,7 +149,7 @@ jobs:
149149 username : ${{ github.actor }}
150150 password : ${{ secrets.GITHUB_TOKEN }}
151151 steps :
152- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
152+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
153153
154154 - name : Install tools
155155 run : mise install --locked
@@ -174,7 +174,7 @@ jobs:
174174 username : ${{ github.actor }}
175175 password : ${{ secrets.GITHUB_TOKEN }}
176176 steps :
177- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
177+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
178178
179179 - name : Install tools
180180 run : mise install --locked
0 commit comments