Skip to content

Commit 77f7c2f

Browse files
committed
fix(ci): remove stale tools addlicense and pnpm to stabilize CI
1 parent 7af763a commit 77f7c2f

4 files changed

Lines changed: 1 addition & 85 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,6 @@ jobs:
211211
node-version: "20.18.3"
212212
cache: ""
213213

214-
- name: "📦 Setup pnpm Environment"
215-
if: ${{ steps.release.outputs.pr && hashFiles('pnpm-lock.yaml') != '' }}
216-
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
217-
with:
218-
version: "latest"
219-
run_install: false
220-
221214
- name: "🔗 Synchronize Manifests & Lockfiles"
222215
if: ${{ steps.release.outputs.pr && hashFiles('package.json') != '' }}
223216
shell: sh

.unirtm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ node = '26.1.0'
192192
'npm:dockerfile-utils' = '0.16.3'
193193
'npm:eslint' = '10.3.0'
194194
'npm:markdownlint-cli2' = '0.22.1'
195-
'npm:pnpm' = '11.0.4'
195+
196196
'npm:prettier' = '3.8.3'
197197
'npm:sort-package-json' = '3.6.1'
198198
'npm:stylelint' = '17.10.0'

mise.lock

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -274,45 +274,6 @@ checksum = "sha256:d29144deff3a68aa93ced33dddf84b7fdc26070add4aa0f4513094c8332af
274274
url = "https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_windows_x64.zip"
275275
url_api = "https://api.github.com/repos/gitleaks/gitleaks/releases/assets/378333178"
276276

277-
[[tools."github:google/addlicense"]]
278-
version = "1.2.0"
279-
backend = "github:google/addlicense"
280-
281-
[tools."github:google/addlicense"."platforms.linux-arm64"]
282-
checksum = "sha256:b14dde867a6dbcd41fdf45096831bc0f6500bf0134693d38c56701e179f3f353"
283-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_Linux_arm64.tar.gz"
284-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300422"
285-
286-
[tools."github:google/addlicense"."platforms.linux-arm64-musl"]
287-
checksum = "sha256:b14dde867a6dbcd41fdf45096831bc0f6500bf0134693d38c56701e179f3f353"
288-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_Linux_arm64.tar.gz"
289-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300422"
290-
291-
[tools."github:google/addlicense"."platforms.linux-x64"]
292-
checksum = "sha256:6924296771234b1ba6c969e109b4459cff75e15b259676b61df874a92734b242"
293-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_Linux_x86_64.tar.gz"
294-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300421"
295-
296-
[tools."github:google/addlicense"."platforms.linux-x64-musl"]
297-
checksum = "sha256:6924296771234b1ba6c969e109b4459cff75e15b259676b61df874a92734b242"
298-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_Linux_x86_64.tar.gz"
299-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300421"
300-
301-
[tools."github:google/addlicense"."platforms.macos-arm64"]
302-
checksum = "sha256:0597305c619f7349748e830e38322dbe7d13cf86cf415b289c70f5cecbb4bf63"
303-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_macOS_arm64.tar.gz"
304-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300420"
305-
306-
[tools."github:google/addlicense"."platforms.macos-x64"]
307-
checksum = "sha256:335b47a28bab66e39494222f711c22b140d14d6f6d0a08ab9ea7c6f315588c83"
308-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_macOS_x86_64.tar.gz"
309-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300427"
310-
311-
[tools."github:google/addlicense"."platforms.windows-x64"]
312-
checksum = "sha256:fe4f4a54daa4a750ffa7d1b0da471d077ac24f09d04d7c1f307e7b7950969d25"
313-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_Windows_x86_64.zip"
314-
url_api = "https://api.github.com/repos/google/addlicense/releases/assets/282300418"
315-
316277
[[tools."github:google/osv-scanner"]]
317278
version = "2.3.5"
318279
backend = "github:google/osv-scanner"
@@ -604,9 +565,6 @@ url = "https://dl.google.com/go/go1.26.2.windows-amd64.zip"
604565
version = "25.9.0"
605566
backend = "core:node"
606567

607-
[tools.node.options]
608-
flavor = ""
609-
610568
[[tools."npm:@commitlint/cli"]]
611569
version = "20.5.3"
612570
backend = "npm:@commitlint/cli"
@@ -643,10 +601,6 @@ backend = "npm:eslint"
643601
version = "0.22.1"
644602
backend = "npm:markdownlint-cli2"
645603

646-
[[tools."npm:pnpm"]]
647-
version = "11.0.4"
648-
backend = "npm:pnpm"
649-
650604
[[tools."npm:prettier"]]
651605
version = "3.8.3"
652606
backend = "npm:prettier"

unirtm.lock

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,6 @@ url = "https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8
352352
checksum = "b40ab0ae55c505963e365f271a8d3846efbc170aa17f2607f13df610a9aeb6a5"
353353
url = "https://github.com/gitleaks/gitleaks/releases/download/v8.30.1/gitleaks_8.30.1_darwin_arm64.tar.gz"
354354

355-
[[tools."github:google/addlicense"]]
356-
version = "1.2.0"
357-
backend = "github"
358-
359355
[[tools."github:google/osv-scanner"]]
360356
version = "2.3.5"
361357
backend = "github"
@@ -611,13 +607,6 @@ backend = "go"
611607

612608
[tools."go:mvdan.cc/sh/v3/cmd/shfmt"."platforms.windows-arm64"]
613609

614-
[[tools."google/addlicense"]]
615-
version = "1.2.0"
616-
backend = "github"
617-
618-
[tools."google/addlicense"."platforms.macos-amd64"]
619-
url = "https://github.com/google/addlicense/releases/download/v1.2.0/addlicense_v1.2.0_macOS_x86_64.tar.gz"
620-
621610
[[tools."google/osv-scanner"]]
622611
version = "2.3.5"
623612
backend = "github"
@@ -916,26 +905,6 @@ backend = "npm"
916905

917906
[tools."npm:markdownlint-cli2"."platforms.windows-arm64"]
918907

919-
[[tools."npm:pnpm"]]
920-
version = "11.0.4"
921-
backend = "npm"
922-
923-
[tools."npm:pnpm"."platforms.linux-amd64"]
924-
925-
[tools."npm:pnpm"."platforms.linux-amd64-musl"]
926-
927-
[tools."npm:pnpm"."platforms.linux-arm64"]
928-
929-
[tools."npm:pnpm"."platforms.linux-arm64-musl"]
930-
931-
[tools."npm:pnpm"."platforms.macos-amd64"]
932-
933-
[tools."npm:pnpm"."platforms.macos-arm64"]
934-
935-
[tools."npm:pnpm"."platforms.windows-amd64"]
936-
937-
[tools."npm:pnpm"."platforms.windows-arm64"]
938-
939908
[[tools."npm:prettier"]]
940909
version = "3.8.3"
941910
backend = "npm"

0 commit comments

Comments
 (0)