@@ -80,7 +80,7 @@ test("uploads failed SARIF run with `diagnostics export` if feature flag is off"
8080 const actionsWorkflow = createTestWorkflow ( [
8181 {
8282 name : "Checkout repository" ,
83- uses : "actions/checkout@v4 " ,
83+ uses : "actions/checkout@v5 " ,
8484 } ,
8585 {
8686 name : "Initialize CodeQL" ,
@@ -104,7 +104,7 @@ test("uploads failed SARIF run with `diagnostics export` if the database doesn't
104104 const actionsWorkflow = createTestWorkflow ( [
105105 {
106106 name : "Checkout repository" ,
107- uses : "actions/checkout@v4 " ,
107+ uses : "actions/checkout@v5 " ,
108108 } ,
109109 {
110110 name : "Initialize CodeQL" ,
@@ -131,7 +131,7 @@ test("uploads failed SARIF run with database export-diagnostics if the database
131131 const actionsWorkflow = createTestWorkflow ( [
132132 {
133133 name : "Checkout repository" ,
134- uses : "actions/checkout@v4 " ,
134+ uses : "actions/checkout@v5 " ,
135135 } ,
136136 {
137137 name : "Initialize CodeQL" ,
@@ -188,7 +188,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
188188 const actionsWorkflow = createTestWorkflow ( [
189189 {
190190 name : "Checkout repository" ,
191- uses : "actions/checkout@v4 " ,
191+ uses : "actions/checkout@v5 " ,
192192 } ,
193193 {
194194 name : "Initialize CodeQL" ,
@@ -223,7 +223,7 @@ test("uploading failed SARIF run succeeds when workflow uses an input with a mat
223223 const actionsWorkflow = createTestWorkflow ( [
224224 {
225225 name : "Checkout repository" ,
226- uses : "actions/checkout@v4 " ,
226+ uses : "actions/checkout@v5 " ,
227227 } ,
228228 {
229229 name : "Initialize CodeQL" ,
@@ -250,7 +250,7 @@ test("uploading failed SARIF run fails when workflow uses a complex upload input
250250 const actionsWorkflow = createTestWorkflow ( [
251251 {
252252 name : "Checkout repository" ,
253- uses : "actions/checkout@v4 " ,
253+ uses : "actions/checkout@v5 " ,
254254 } ,
255255 {
256256 name : "Initialize CodeQL" ,
@@ -281,7 +281,7 @@ test("uploading failed SARIF run fails when workflow does not reference github/c
281281 const actionsWorkflow = createTestWorkflow ( [
282282 {
283283 name : "Checkout repository" ,
284- uses : "actions/checkout@v4 " ,
284+ uses : "actions/checkout@v5 " ,
285285 } ,
286286 ] ) ;
287287 const result = await testFailedSarifUpload ( t , actionsWorkflow , {
0 commit comments