Shorten the comment

The comment is shortened by removing the URL to the documentation.

Co-authored-by: Sampark Sharma <phantsure@github.com>
This commit is contained in:
Remco Vermeulen
2022-05-31 14:19:53 +02:00
committed by GitHub
parent 27f5b1e9fd
commit 477f6af84e
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#example-workflow-for-sarif-files-generated-outside-of-a-repository
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: ubuntu-latest
steps:
- name: Checkout the code