Skip to content

Commit

Permalink
Update actions in static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Jan 19, 2023
1 parent 599e506 commit 8cf5841
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Psalm
uses: docker://vimeo/psalm-github-actions
Expand All @@ -18,7 +18,7 @@ jobs:
composer_ignore_platform_reqs: true

- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

Expand All @@ -33,4 +33,3 @@ jobs:
files: "**.php" # you may customize glob as needed
phpcs_path: php phpcs.phar
standard: phpcs.xml

0 comments on commit 8cf5841

Please sign in to comment.