Skip to content

chore(deps): update napi to 3.12.2 (#2527) #1449

chore(deps): update napi to 3.12.2 (#2527)

chore(deps): update napi to 3.12.2 (#2527) #1449

Workflow file for this run

name: Semgrep
permissions: {}
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
jobs:
semgrep:
name: Semgrep
runs-on: ubuntu-latest
container:
image: semgrep/semgrep:1.173.0
steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- run: semgrep scan --config auto