Skip to content

Commit ab9f0d5

Browse files
authored
fix: trust vite v6.4.1 (#10756)
* fix: trust vite v6.4.1 * fix: update detect-agent because it has pinned setup actions
1 parent b125ba9 commit ab9f0d5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/detect-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
permissions:
1414
issues: write
1515
pull-requests: write
16-
uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72
16+
uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c
1717

1818
backfill:
1919
if: github.event_name == 'workflow_dispatch'
2020
permissions:
2121
issues: write
2222
pull-requests: write
23-
uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72
23+
uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ linkWorkspacePackages: true
33
preferWorkspacePackages: true
44
blockExoticSubdeps: true
55
trustPolicy: 'no-downgrade'
6+
trustPolicyExclude:
7+
- 'vite@6.4.1'
68

79
packages:
810
- 'packages/*'

0 commit comments

Comments
 (0)