File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Determine app token for release
44- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
44+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4545 id : app-token
4646 with :
4747 app-id : ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
@@ -124,7 +124,7 @@ jobs:
124124 needs : [release]
125125 if : ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
126126
127- uses : wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@11ac55c836e622b4a3c944e057f9067cfdc6ab11 # v4.1.1
127+ uses : wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@6cf8743e1cdaff405473951cc6ad4eadaf2226cc # v4.1.2
128128 with :
129129 checkout-ref : refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
130130 tag : ${{needs.release.outputs.release-version}}
You can’t perform that action at this time.
0 commit comments