Skip to content

feat: switch to using package_json for interacting with package.json #109

feat: switch to using package_json for interacting with package.json

feat: switch to using package_json for interacting with package.json #109

name: Check dependencies for known security vulnerabilities
on:
pull_request:
workflow_dispatch:
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check dependencies for security vulnerabilities
uses: g-rath/check-with-osv-detector@main