Skip to content

Bump the npm-dependencies group with 2 updates #399

Bump the npm-dependencies group with 2 updates

Bump the npm-dependencies group with 2 updates #399

Workflow file for this run

name: Psalm Static analysis
on: [pull_request]
permissions: read-all
jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Psalm
uses: docker://vimeo/psalm-github-actions
with:
security_analysis: true
report_file: results.sarif
- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif