Issue 5984 - Crash when page search are abandonned - Fix minor merge issue in 1.4.3 #3675
This file contains 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: npm-audit-ci | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
npm-audit-ci: | |
name: npm-audit-ci | |
runs-on: ubuntu-20.04 | |
container: | |
image: quay.io/389ds/ci-images:test | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run NPM Audit CI | |
run: cd $GITHUB_WORKSPACE/src/cockpit/389-console && npx audit-ci --config audit-ci.json |