File tree Expand file tree Collapse file tree 16 files changed +3828
-3459
lines changed
Expand file tree Collapse file tree 16 files changed +3828
-3459
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
2121 - name : Setup Node.js LTS
2222 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3131 run : yarn format
3232
3333 - name : Apply autofix.ci
34- uses : autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
34+ uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
3535 with :
3636 fail-fast : false
Original file line number Diff line number Diff line change 1717 - 18
1818 - 20
1919 - 22
20+ - 24
2021 os :
2122 - macos-latest
2223 - windows-latest
2526 runs-on : ${{ matrix.os }}
2627 steps :
2728 - name : Checkout Repo
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2930
3031 - name : Setup Node.js ${{ matrix.node }}
3132 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5556 - name : Codecov
5657 # bad Windows -- https://github.com/codecov/codecov-action/issues/1787
5758 if : ${{ !github.event.pull_request.head.repo.fork && matrix.os != 'windows-latest' }}
58- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
59+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5960 with :
6061 token : ${{ secrets.CODECOV_TOKEN }}
6162
Original file line number Diff line number Diff line change 11name : Publish Any Commit
2+
23on :
34 - push
45 - pull_request
1314
1415 steps :
1516 - name : Checkout Repo
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1718
1819 - name : Setup Node.js LTS
1920 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
1919 - name : Package Size Report
20- uses : pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1
20+ uses : pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1.1.1
2121 continue-on-error : true
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
1919 - name : Setup Node.js LTS
2020 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626 run : yarn --immutable
2727
2828 - name : Check Size Limit
29- uses : andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
29+ uses : andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
3030 with :
3131 github_token : ${{ secrets.GITHUB_TOKEN }}
3232 skip_step : install
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
2121 - name : Check Branch
2222 id : branch
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 99 path : .yarn/plugins/plugin-prepare-lifecycle.cjs
1010 spec : ' https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1111
12- yarnPath : .yarn/releases/yarn-4.9.1 .cjs
12+ yarnPath : .yarn/releases/yarn-4.9.2 .cjs
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export default [
1010 '@typescript-eslint/no-require-imports' : 'off' ,
1111 'sonarjs/file-permissions' : 'off' ,
1212 'sonarjs/no-os-command-from-path' : 'off' ,
13- 'unicorn/import-style' : 'off' ,
14- 'unicorn/prefer-top-level-await' : 'off' ,
13+ 'unicorn-x /import-style' : 'off' ,
14+ 'unicorn-x /prefer-top-level-await' : 'off' ,
1515 } ,
1616 } ,
1717 {
You can’t perform that action at this time.
0 commit comments