File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
28282929 - name : Generate and set config
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"
You can’t perform that action at this time.
0 commit comments