@@ -45,22 +45,22 @@ jobs:
4545 - run : echo "APP_VERSION=${{ steps.calc-tag.outputs.tag || github.ref_name }}" >> $GITHUB_ENV
4646 - run : echo "APP_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4747
48- - uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1 .0
49- - uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
48+ - uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2 .0
49+ - uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
5050 id : buildx
5151 - name : Builder instance name
5252 run : echo ${{ steps.buildx.outputs.name }}
5353 - name : Available platforms
5454 run : echo ${{ steps.buildx.outputs.platforms }}
5555
56- - uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
56+ - uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
5757 with :
5858 registry : ghcr.io
5959 username : ${{ env.REGISTRY_USER }}
6060 password : ${{ secrets.GITHUB_TOKEN }}
6161
6262 - id : meta
63- uses : docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1 .0
63+ uses : docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2 .0
6464 with :
6565 tags : |
6666 type=ref,event=branch
7171 sep-tags : " ,"
7272
7373 - name : Build
74- uses : docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2 .0
74+ uses : docker/bake-action@d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b # v7.3 .0
7575 env :
7676 APP_VERSION : ${{ env.APP_VERSION }}
7777 APP_REVISION : ${{ env.APP_REVISION }}
9292 steps :
9393 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9494 - name : Release
95- uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
95+ uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
9696 with :
9797 # tag_name will default in the current branch name for workflow_dispatch via workflow_call, so we're passing tag value via inputs manually.
9898 tag_name : ${{ inputs.ref_name || github.ref_name }}
0 commit comments