@@ -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.8
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
@@ -73,21 +73,21 @@ jobs:
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v6
76+ uses : actions/checkout@v6.0.3
7777 with :
7878 fetch-depth : 0
7979 fetch-tags : true
8080 ref : ${{ needs.release.outputs.release_sha }}
8181
8282 - name : Login to DockerHub
83- uses : docker/login-action@v4
83+ uses : docker/login-action@v4.2.0
8484 with :
8585 username : ${{ secrets.DOCKERHUB_USERNAME }}
8686 password : ${{ secrets.DOCKERHUB_TOKEN }}
8787
8888 - name : Docker Metadata
8989 id : meta
90- uses : docker/metadata-action@v6
90+ uses : docker/metadata-action@v6.1.0
9191 with :
9292 images : informaticsmatters/squonk2-data-manager-ui
9393 tags : |
9696 type=raw,value=latest,enable=${{ !contains(needs.release.outputs.new_release_version, '-dev.') }}
9797
9898 - name : Build and push image
99- uses : docker/build-push-action@v7
99+ uses : docker/build-push-action@v7.2.0
100100 with :
101101 context : .
102102 file : ./Dockerfile
0 commit comments