@@ -80,7 +80,7 @@ test("uploads failed SARIF run with `diagnostics export` if feature flag is off"
80
80
const actionsWorkflow = createTestWorkflow ( [
81
81
{
82
82
name : "Checkout repository" ,
83
- uses : "actions/checkout@v4 " ,
83
+ uses : "actions/checkout@v5 " ,
84
84
} ,
85
85
{
86
86
name : "Initialize CodeQL" ,
@@ -104,7 +104,7 @@ test("uploads failed SARIF run with `diagnostics export` if the database doesn't
104
104
const actionsWorkflow = createTestWorkflow ( [
105
105
{
106
106
name : "Checkout repository" ,
107
- uses : "actions/checkout@v4 " ,
107
+ uses : "actions/checkout@v5 " ,
108
108
} ,
109
109
{
110
110
name : "Initialize CodeQL" ,
@@ -131,7 +131,7 @@ test("uploads failed SARIF run with database export-diagnostics if the database
131
131
const actionsWorkflow = createTestWorkflow ( [
132
132
{
133
133
name : "Checkout repository" ,
134
- uses : "actions/checkout@v4 " ,
134
+ uses : "actions/checkout@v5 " ,
135
135
} ,
136
136
{
137
137
name : "Initialize CodeQL" ,
@@ -188,7 +188,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
188
188
const actionsWorkflow = createTestWorkflow ( [
189
189
{
190
190
name : "Checkout repository" ,
191
- uses : "actions/checkout@v4 " ,
191
+ uses : "actions/checkout@v5 " ,
192
192
} ,
193
193
{
194
194
name : "Initialize CodeQL" ,
@@ -223,7 +223,7 @@ test("uploading failed SARIF run succeeds when workflow uses an input with a mat
223
223
const actionsWorkflow = createTestWorkflow ( [
224
224
{
225
225
name : "Checkout repository" ,
226
- uses : "actions/checkout@v4 " ,
226
+ uses : "actions/checkout@v5 " ,
227
227
} ,
228
228
{
229
229
name : "Initialize CodeQL" ,
@@ -250,7 +250,7 @@ test("uploading failed SARIF run fails when workflow uses a complex upload input
250
250
const actionsWorkflow = createTestWorkflow ( [
251
251
{
252
252
name : "Checkout repository" ,
253
- uses : "actions/checkout@v4 " ,
253
+ uses : "actions/checkout@v5 " ,
254
254
} ,
255
255
{
256
256
name : "Initialize CodeQL" ,
@@ -281,7 +281,7 @@ test("uploading failed SARIF run fails when workflow does not reference github/c
281
281
const actionsWorkflow = createTestWorkflow ( [
282
282
{
283
283
name : "Checkout repository" ,
284
- uses : "actions/checkout@v4 " ,
284
+ uses : "actions/checkout@v5 " ,
285
285
} ,
286
286
] ) ;
287
287
const result = await testFailedSarifUpload ( t , actionsWorkflow , {
0 commit comments