2626 if : ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
3131 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
3232
4040 run : rojo build ./build.project.json --output place.rbxl
4141
4242 - name : Upload place
43- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
43+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4444 with :
4545 if-no-files-found : error
4646 name : place
5252 runs-on : ubuntu-latest
5353 environment : production
5454 steps :
55- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
55+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656
5757 - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
5858
7474 if : ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
77+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7878 with :
7979 fetch-depth : 0
8080
@@ -85,12 +85,12 @@ jobs:
8585 github_token : ${{ secrets.GITHUB_TOKEN }}
8686
8787 - name : Download place artifact
88- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
88+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8989 with :
9090 name : place
9191
9292 - name : Create a GitHub release
93- uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
93+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
9494 with :
9595 artifacts : place.rbxl
9696 body : ${{ steps.tag_version.outputs.changelog }}
0 commit comments