[Tokens]: Update non-universal platform tokens from Figma #1554
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Audit Dependencies | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 | |
| id: setup-node | |
| with: | |
| node-version: '24.11.1' | |
| cache: 'npm' | |
| cache-dependency-path: '**/package-lock.json' | |
| - if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} | |
| run: | | |
| npm audit |