Skip to content

Commit

Permalink
Update and rename 2-tbd.yml to 2-review-and-triage-codeql-alerts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwilson21 committed Aug 16, 2023
1 parent f5e78a9 commit 47111ff
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Step 2, TBD-step-2-name
name: Step 2, review-and-triage-codeql-alerts

# This step triggers after TBD-step-2-event-desc.
# This step triggers after review-and-triage-codeql-alerts-event-desc.
# This workflow updates from step 2 to step 3.

# This will run every time we TBD-step-2-event-desc.
# This will run every time we review-and-triage-codeql-alerts-event-desc.
# Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
workflow_dispatch:
# Add events that trigger this workflow.
# TBD-step-2-event:
# review-and-triage-codeql-alerts-event:

# Reference: https://docs.github.com/en/actions/security-guides/automatic-token-authentication
permissions:
Expand All @@ -30,8 +30,8 @@ jobs:
outputs:
current_step: ${{ steps.get_step.outputs.current_step }}

on_TBD-step-2-event:
name: On TBD-step-2-event
on_review-and-triage-codeql-alerts-event:
name: On review and triage codeql alerts
needs: get_current_step

# We will only run this action when:
Expand All @@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0 # Let's get all the branches.

# TBD-step-2-additional-steps
# review-and-triage-codeql-alerts-additional-steps

# In README.md, switch step 2 for step 3.
- name: Update to step 3
Expand Down

0 comments on commit 47111ff

Please sign in to comment.