Skip to content

feat(deps): upgrade upstream dependencies #30

feat(deps): upgrade upstream dependencies

feat(deps): upgrade upstream dependencies #30

Workflow file for this run

name: Security Analysis
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
paths:
- '.github/workflows/**'
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
security:
name: Security Analysis
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# Checkout self and clone upstream rolldown/vite so the bundled cargo-deny
# check inside security-action can resolve workspace members that reference
# `rolldown/crates/*`. Then clear origin so security-action's nested
# taiki-e/checkout-action can re-add it without conflict.
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: ./.github/actions/clone
- name: Clear git origin for nested checkout
shell: bash
run: git remote remove origin
- uses: oxc-project/security-action@77e230508eccbb400b23746dab6c573a8ea7483e # v1.0.5