Skip to content

chore(deps): update actions/create-github-app-token action to v3.1.1 #4

chore(deps): update actions/create-github-app-token action to v3.1.1

chore(deps): update actions/create-github-app-token action to v3.1.1 #4

Workflow file for this run

name: Security Analysis
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- ".github/workflows/**"
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
steps:
- uses: oxc-project/security-action@fbbd523b1e765ceb174cb819b92c453bb1da265e # v1.0.0