Skip to content

chore(deps): bump @sap/cds from 7.8.1 to 7.9.3 #12

chore(deps): bump @sap/cds from 7.8.1 to 7.9.3

chore(deps): bump @sap/cds from 7.8.1 to 7.9.3 #12

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: npm i
- run: npm run test:ci
- run: npm run lint:ci
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint.sarif