@@ -25,26 +25,26 @@ jobs:
2525 new_release_version : ${{ steps.semantic.outputs.new_release_version }}
2626 release_sha : ${{ steps.release-sha.outputs.sha }}
2727 steps :
28- - uses : actions/create-github-app-token@v3
28+ - uses : actions/create-github-app-token@v3.2.0
2929 id : app-token
3030 with :
3131 app-id : ${{ secrets.APP_ID }}
3232 private-key : ${{ secrets.APP_PRIVATE_KEY }}
3333
3434 - name : Checkout
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v6.0.3
3636 with :
3737 fetch-depth : 0
3838 token : ${{ steps.app-token.outputs.token }}
3939
4040 - name : Setup pnpm
41- uses : pnpm/action-setup@v6
41+ uses : pnpm/action-setup@v6.0.9
4242 with :
4343 version : 11.2.2
4444 run_install : false
4545
4646 - name : Setup Node.js
47- uses : actions/setup-node@v6
47+ uses : actions/setup-node@v6.4.0
4848 with :
4949 node-version : 24.15.0
5050 cache : pnpm
@@ -74,21 +74,21 @@ jobs:
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Checkout
77- uses : actions/checkout@v6
77+ uses : actions/checkout@v6.0.3
7878 with :
7979 fetch-depth : 0
8080 fetch-tags : true
8181 ref : ${{ needs.release.outputs.release_sha }}
8282
8383 - name : Login to DockerHub
84- uses : docker/login-action@v4
84+ uses : docker/login-action@v4.2.0
8585 with :
8686 username : ${{ secrets.DOCKERHUB_USERNAME }}
8787 password : ${{ secrets.DOCKERHUB_TOKEN }}
8888
8989 - name : Docker Metadata
9090 id : meta
91- uses : docker/metadata-action@v6
91+ uses : docker/metadata-action@v6.1.0
9292 with :
9393 images : informaticsmatters/squonk2-data-manager-ui
9494 tags : |
9797 type=raw,value=latest,enable=${{ !contains(needs.release.outputs.new_release_version, '-dev.') }}
9898
9999 - name : Build and push image
100- uses : docker/build-push-action@v7
100+ uses : docker/build-push-action@v7.2.0
101101 with :
102102 context : .
103103 file : ./Dockerfile
0 commit comments