Skip to content

Commit e09b9df

Browse files
committed
fix[fuzz]: longer retention for outputs
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent fce4a6c commit e09b9df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/report-fuzz-crash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Alert incident.io on validation failure
134134
if: failure() && steps.report.outputs.validation_failed == 'true' && secrets.incident_io_alert_token != ''
135-
uses: incident-io/github-action@v0
135+
uses: incident-io/github-action@v1
136136
with:
137137
api-key: ${{ secrets.incident_io_alert_token }}
138138
alert-source-id: 01KH4EYTH3HA4PDZPRAPEV1Q10

.github/workflows/test-incident-io.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Fire test alert
1313
id: fire
14-
uses: incident-io/github-action@v0
14+
uses: incident-io/github-action@v1
1515
with:
1616
api-key: ${{ secrets.INCIDENT_IO_ALERT_TOKEN }}
1717
alert-source-id: 01KH4EYTH3HA4PDZPRAPEV1Q10
@@ -28,7 +28,7 @@ jobs:
2828
echo "Alert URL: ${{ steps.fire.outputs.alert-url }}"
2929
3030
- name: Resolve test alert
31-
uses: incident-io/github-action@v0
31+
uses: incident-io/github-action@v1
3232
with:
3333
api-key: ${{ secrets.INCIDENT_IO_ALERT_TOKEN }}
3434
alert-source-id: 01KH4EYTH3HA4PDZPRAPEV1Q10

0 commit comments

Comments
 (0)