Updates to links in the manual files z-push-admin and z-push-top #122
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Psalm Security Scan | |
on: [push, pull_request] | |
jobs: | |
psalm-security-scan: | |
name: Psalm | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Psalm Security Scan | |
uses: docker://ghcr.io/psalm/psalm-security-scan:4.4.1 | |
- name: Import Security Analysis results into GitHub Security Code Scanning | |
uses: github/codeql-action/upload-sarif@v2 | |
with: | |
sarif_file: results.sarif |