File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 docker :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 with :
2323 fetch-depth : 0
2424 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 1212 name : Build and Test
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 # Docker testing
1717 - name : Set up Docker Buildx
1818 uses : docker/setup-buildx-action@v3
3434 sed -i "s#ghcr.io/usa-reddragon/kiri:__KIRI_VERSION__#ghcr.io/usa-reddragon/kiri-ci:${{ github.sha }}#g" action.yml
3535 # Action testing
3636 - name : Clone SnekSafe for testing
37- uses : actions/checkout@v4
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838 with :
3939 repository : USA-RedDragon/SnekSafe
4040 path : SnekSafe
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ runs:
115115 path : ${{ steps.kiri-output.outputs.output-dir }}
116116 - name : Checkout gh-pages branch
117117 if : github.event_name == 'pull_request'
118- uses : actions/checkout@v4
118+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119 with :
120120 ref : gh-pages
121121 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments