Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felickz committed Feb 26, 2024
1 parent 8ecc1c6 commit 14113ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ on:
- cron: '0 */6 * * *'

jobs:
build:
run-report:
runs-on: ubuntu-latest

steps:
- name: Use felickz/codeql-report action
uses: felickz/codeql-report@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload CodeQL Report CSV as Artifact
uses: actions/upload-artifact@v3
with:
name: "CodeQLReport-${{ github.run_id }}"
path: ./*.csv
```
In this example, the felickz/codeql-report action is used
Expand Down
2 changes: 1 addition & 1 deletion action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.\action.ps1 -GitHubToken "your_token_here" -GitHubOrganization "your_organization_here"
.NOTES
Be careful not to expose your GitHub PAT in your scripts or any public places because it can be used to access your GitHub account.
Be careful not to expose your GitHub PAT in your workflow or any public places because it can be used to access your GitHub account.
.LINK
For more information about GitHub Actions, visit: https://docs.github.com/en/actions.
Expand Down

0 comments on commit 14113ae

Please sign in to comment.