Skip to content

Commit ef7255f

Browse files
author
Joonas Bergius
committed
chore(ci): add comment to show the version for each pinned action
Signed-off-by: Joonas Bergius <[email protected]>
1 parent 8efe1a2 commit ef7255f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/component-wit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
contents: write # for softprops/action-gh-release
1616
packages: write # for publishing the wit to ghcr.io
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- name: Extract tag context
2020
id: ctx
2121
run: |
2222
version=${GITHUB_REF_NAME#wit-v}
2323
echo "version=${version}" >> "$GITHUB_OUTPUT"
2424
echo "tarball=wit-${version}.tar.gz" >> "$GITHUB_OUTPUT"
2525
echo "version is ${version}"
26-
- uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14
26+
- uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2.47.0
2727
with:
2828
2929
- name: Generate and set config
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
tar -cvzf ${{ steps.ctx.outputs.tarball }} -C ./component wit
5454
- name: Release
55-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
55+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
5656
with:
5757
files: ${{ steps.ctx.outputs.tarball }}
5858
make_latest: "false"

0 commit comments

Comments
 (0)