Skip to content

Commit 5bbd709

Browse files
committed
ci: add/update release workflow
1 parent 577714a commit 5bbd709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tf-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040

4141
steps:
4242
- name: Determine app token for release
43-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
43+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4444
id: app-token
4545
with:
4646
app-id: ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
4747
private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}
4848

4949
- name: Checkout
50-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
50+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5151
with:
5252
token: ${{ steps.app-token.outputs.token }}
5353
# fetch-depth 0 is required to fetch all tags (and to determine the version based on tags)
@@ -86,7 +86,7 @@ jobs:
8686
EOF
8787
8888
- name: Install NodeJs
89-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
89+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
9090
with:
9191
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
9292

@@ -123,7 +123,7 @@ jobs:
123123
needs: [release]
124124
if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
125125

126-
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@cabfc6b25aedd97f169788a9cf84a62b9e963e15 # v3.8.2
126+
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@14995ce361a7c42fb9665895fd44c9483e02351d # v3.8.3
127127
with:
128128
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
129129
tag: ${{needs.release.outputs.release-version}}

0 commit comments

Comments
 (0)