Skip to content

Commit

Permalink
security-action.yml: use sub-directory action
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 6, 2024
1 parent 0f28465 commit a84df8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- uses: brave/security-action@main
- uses: brave/security-action/actions/main@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}
Expand Down

0 comments on commit a84df8f

Please sign in to comment.