File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 paths-ignore :
1818 - " **.md"
1919 workflow_dispatch :
20-
2120permissions : {}
22-
2321jobs :
2422 check-dist :
2523 runs-on : ubuntu-latest
2624 steps :
2725 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2826 with :
2927 persist-credentials : false
30-
3128 - name : Set Node.js 24.x
3229 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3330 with :
3431 node-version : 24
3532 cache : npm
36-
3733 - name : Install dependencies
3834 run : npm ci
39-
4035 - name : Rebuild the dist/ directory
4136 run : npm run prepare
42-
4337 - name : Compare the expected and actual dist/ directories
4438 run : |
4539 if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
4842 exit 1
4943 fi
5044 id : diff
51-
5245 # If index.js was different than expected, upload the expected version as an artifact
53- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5447 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5548 with :
5649 name : dist
Original file line number Diff line number Diff line change 55 # branches to consider in the event; optional, defaults to all
66 branches :
77 - main
8-
98permissions : {}
10-
119jobs :
1210 update_release_draft :
1311 runs-on : ubuntu-latest
1412 permissions :
1513 contents : write
1614 pull-requests : read
1715 steps :
18- - uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
16+ - uses : release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
1917 with :
2018 config-name : release-drafter.yaml
2119 env :
Original file line number Diff line number Diff line change 1111 - name : Checkout Actions Repository
1212 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Check spelling of file.txt
14- uses : crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44 .0
14+ uses : crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45 .0
Original file line number Diff line number Diff line change 1515 with :
1616 persist-credentials : false
1717 - name : " Setup updatecli"
18- uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e " # v3.0 .0
18+ uses : " updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026 " # v3.1 .0
1919 with :
2020 version : " v0.116.0"
2121 - name : " Run updatecli"
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 - name : " Setup updatecli"
21- uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e " # v3.0 .0
21+ uses : " updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026 " # v3.1 .0
2222 with :
2323 version : " v0.116.0"
2424 - name : " Run updatecli only on Updatecli release event"
Original file line number Diff line number Diff line change 1313 with :
1414 persist-credentials : false
1515 - name : " Setup updatecli"
16- uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e " # v3.0 .0
16+ uses : " updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026 " # v3.1 .0
1717 with :
1818 version : " v0.116.0"
1919 - name : " Test updatecli in dry-run mode"
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 - name : " Setup updatecli"
21- uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e " # v3.0 .0
21+ uses : " updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026 " # v3.1 .0
2222 with :
2323 version : " v0.116.0"
2424 - name : " Run updatecli only on monitored pipelines"
You can’t perform that action at this time.
0 commit comments