Skip to content

Commit

Permalink
Use correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug authored Nov 22, 2020
1 parent cd5690a commit 51b03ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Psalm Security Scan
uses: docker://vimeo/psalm-github-security-scan
uses: docker://ghcr.io/psalm/psalm-security-scan

- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
Expand All @@ -29,6 +29,6 @@ jobs:
You can also specify a version.
```diff
- uses: docker://vimeo/psalm-github-security-scan
+ uses: docker://vimeo/psalm-github-security-scan:4.2.0
- uses: docker://ghcr.io/psalm/psalm-security-scan
+ uses: docker://ghcr.io/psalm/psalm-security-scan:4.2.1
```

0 comments on commit 51b03ee

Please sign in to comment.