@@ -13,10 +13,10 @@ jobs:
1313 name : Lint, Format, Test & Build
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
16+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
1717
1818 - name : Setup Node.js
19- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
19+ uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
2020 with :
2121 node-version : 24
2222 cache : ' npm'
@@ -56,12 +56,12 @@ jobs:
5656 IMAGE_NAME : ${{ github.repository_owner }}/${{ github.event.repository.name }}
5757
5858 steps :
59- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
59+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
6060 with :
6161 fetch-depth : 0
6262
6363 - name : Setup Node.js
64- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
64+ uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
6565 with :
6666 node-version : 24
6767 cache : ' npm'
9797 fi
9898
9999 - name : Create GitHub Release + upload asset
100- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
100+ uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
101101 with :
102102 files : ' *.tar.gz'
103103 tag_name : ${{ steps.version.outputs.tag }}
@@ -169,7 +169,7 @@ jobs:
169169 git push origin artifacthub
170170
171171 - name : Login to GitHub Container Registry
172- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
172+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6 .0
173173 with :
174174 registry : ${{ env.REGISTRY }}
175175 username : ${{ github.repository_owner }}
@@ -180,7 +180,7 @@ jobs:
180180
181181 - name : Build & push Docker image
182182 id : docker-build
183- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
183+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
184184 with :
185185 context : .
186186 push : true
@@ -199,7 +199,7 @@ jobs:
199199 "${IMAGE}:latest@${DIGEST}"
200200
201201 - name : Generate and push container image attestation
202- uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
202+ uses : actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
203203 with :
204204 subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
205205 subject-digest : ${{ steps.docker-build.outputs.digest }}
0 commit comments