1111 using : " composite"
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1616 with :
1717 node-version : 22
1818 registry-url : ' https://npm.pkg.github.com'
@@ -31,40 +31,40 @@ runs:
3131 make build VERSION="${{ inputs.version }}"
3232
3333 - name : Upload abstractions artifact
34- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
34+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3535 with :
3636 path : " src/server/abstractions/bin/Release"
3737 name : libs-abstractions-${{ inputs.version }}
3838 include-hidden-files : true
3939
4040 - name : Upload data artifact
41- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
41+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4242 with :
4343 path : " src/server/data/bin/Release"
4444 name : libs-data-${{ inputs.version }}
4545 include-hidden-files : true
4646
4747 - name : Upload letter artifact
48- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
48+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4949 with :
5050 path : " src/server/letter/bin/Release"
5151 name : libs-letter-${{ inputs.version }}
5252 include-hidden-files : true
5353
5454 - name : Upload host artifact
55- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
55+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5656 with :
5757 path : " src/server/host/bin/Release"
5858 name : libs-host-${{ inputs.version }}
5959 include-hidden-files : true
6060
6161 - name : Set up Docker Buildx
62- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
62+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
6363 - run : mkdir -p ${{ runner.temp }}/myimage
6464 shell : bash
6565
6666 - name : Build and export
67- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
67+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
6868 with :
6969 context : src/server
7070 file : src/server/Dockerfile
7474 outputs : type=docker,dest=${{ runner.temp }}/myimage/myimage.tar
7575
7676 - name : Upload artifact
77- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
77+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7878 with :
7979 name : libs-host-docker-${{ inputs.version }}
8080 path : ${{ runner.temp }}/myimage
0 commit comments