Skip to content

Commit

Permalink
ci: add security warnings for PR workflow (argoproj#11803)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>

Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: emirot <[email protected]>
  • Loading branch information
crenshaw-dev authored and emirot committed Jan 27, 2023
1 parent eee75a4 commit 6845fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- edited
- synchronize

# IMPORTANT: No checkout actions, scripts, or builds should be added to this workflow. Permissions should always be used
# with extreme caution.
permissions:
contents: read

Expand All @@ -24,6 +26,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# IMPORTANT: Carefully review changes when updating this action. Using the pull_request_target event requires caution.
- uses: amannn/action-semantic-pull-request@01d5fd8a8ebb9aafe902c40c53f0f4744f7381eb # v5.0.2
with:
types: |
Expand Down

0 comments on commit 6845fd5

Please sign in to comment.