Skip to content

Commit

Permalink
Update and rename Psalm Static Analysis to Psalm Static Analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdherrm88 authored Nov 26, 2023
1 parent 48ef644 commit 69a8bd5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/Psalm Static Analysis

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/Psalm Static Analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Psalm Static analysis

on: [push, pull_request]

jobs:
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Psalm
uses: docker://ghcr.io/psalm/psalm-github-actions
+ with:
+ security_analysis: true
+ report_file: results.sarif
+ - name: Upload Security Analysis results to GitHub
+ uses: github/codeql-action/upload-sarif@v2
+ with:
+ sarif_file: results.sarif

0 comments on commit 69a8bd5

Please sign in to comment.