Skip to content

Commit 96b5085

Browse files
authored
Merge pull request #6053 from makr-code/copilot/fix-security-alert-sla-triage-job
fix: add missing checkout step to security-alert-triage job in maintenance-issues.yml
2 parents 1d4b567 + c046918 commit 96b5085

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/maintenance-issues.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,12 @@ jobs:
588588
echo " Timestamp : $(date -u)"
589589
echo "============================================================"
590590
591+
- name: Checkout repository
592+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
593+
with:
594+
ref: ${{ env.TARGET_BRANCH }}
595+
fetch-depth: 0
596+
591597
- name: Open/update SLA issue for high/critical alerts
592598
id: triage
593599
uses: ./.github/actions/status-flags-and-issues

0 commit comments

Comments
 (0)