File tree Expand file tree Collapse file tree 6 files changed +224
-114
lines changed Expand file tree Collapse file tree 6 files changed +224
-114
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ${{ matrix.os }}
30
30
steps :
31
31
- name : Checkout Repo
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
34
34
- name : Setup Node.js ${{ matrix.node }}
35
35
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
33
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
34
34
with :
35
35
languages : ${{ matrix.language }}
36
36
queries : +security-and-quality
37
37
38
38
- name : Autobuild
39
- uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
39
+ uses : github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
40
40
41
41
- name : Perform CodeQL Analysis
42
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
42
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
43
43
with :
44
44
category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
20
21
21
- name : Setup Node.js LTS
22
22
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout Repo
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
24
with :
25
25
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
26
26
fetch-depth : 0
Original file line number Diff line number Diff line change 32
32
"@changesets/changelog-github" : " ^0.5.1" ,
33
33
"@changesets/cli" : " ^2.29.5" ,
34
34
"@commitlint/cli" : " ^19.8.1" ,
35
- "@oxc-node/core" : " ^0.0.29 " ,
35
+ "@oxc-node/core" : " ^0.0.32 " ,
36
36
"@pkgr/rollup" : " ^7.0.0" ,
37
37
"@swc/core" : " ^1.12.9" ,
38
38
"@swc/jest" : " ^0.2.38" ,
62
62
"resolutions" : {
63
63
"eslint-mdx" : " link:packages/eslint-mdx" ,
64
64
"eslint-plugin-mdx" : " link:packages/eslint-plugin-mdx" ,
65
- "eslint-plugin-unicorn-x" : " npm:eslint-plugin-unicorn@^59 .0.1 " ,
65
+ "eslint-plugin-unicorn-x" : " npm:eslint-plugin-unicorn@^60 .0.0 " ,
66
66
"prettier" : " ^3.6.2"
67
67
},
68
68
"commitlint" : {
You can’t perform that action at this time.
0 commit comments