@@ -87,7 +87,7 @@ test("uploads failed SARIF run with `diagnostics export` if feature flag is off"
87
87
const actionsWorkflow = createTestWorkflow ( [
88
88
{
89
89
name : "Checkout repository" ,
90
- uses : "actions/checkout@v3 " ,
90
+ uses : "actions/checkout@v4 " ,
91
91
} ,
92
92
{
93
93
name : "Initialize CodeQL" ,
@@ -111,7 +111,7 @@ test("uploads failed SARIF run with `diagnostics export` if the database doesn't
111
111
const actionsWorkflow = createTestWorkflow ( [
112
112
{
113
113
name : "Checkout repository" ,
114
- uses : "actions/checkout@v3 " ,
114
+ uses : "actions/checkout@v4 " ,
115
115
} ,
116
116
{
117
117
name : "Initialize CodeQL" ,
@@ -138,7 +138,7 @@ test("uploads failed SARIF run with database export-diagnostics if the database
138
138
const actionsWorkflow = createTestWorkflow ( [
139
139
{
140
140
name : "Checkout repository" ,
141
- uses : "actions/checkout@v3 " ,
141
+ uses : "actions/checkout@v4 " ,
142
142
} ,
143
143
{
144
144
name : "Initialize CodeQL" ,
@@ -195,7 +195,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
195
195
const actionsWorkflow = createTestWorkflow ( [
196
196
{
197
197
name : "Checkout repository" ,
198
- uses : "actions/checkout@v3 " ,
198
+ uses : "actions/checkout@v4 " ,
199
199
} ,
200
200
{
201
201
name : "Initialize CodeQL" ,
@@ -230,7 +230,7 @@ test("uploading failed SARIF run succeeds when workflow uses an input with a mat
230
230
const actionsWorkflow = createTestWorkflow ( [
231
231
{
232
232
name : "Checkout repository" ,
233
- uses : "actions/checkout@v3 " ,
233
+ uses : "actions/checkout@v4 " ,
234
234
} ,
235
235
{
236
236
name : "Initialize CodeQL" ,
@@ -257,7 +257,7 @@ test("uploading failed SARIF run fails when workflow uses a complex upload input
257
257
const actionsWorkflow = createTestWorkflow ( [
258
258
{
259
259
name : "Checkout repository" ,
260
- uses : "actions/checkout@v3 " ,
260
+ uses : "actions/checkout@v4 " ,
261
261
} ,
262
262
{
263
263
name : "Initialize CodeQL" ,
@@ -288,7 +288,7 @@ test("uploading failed SARIF run fails when workflow does not reference github/c
288
288
const actionsWorkflow = createTestWorkflow ( [
289
289
{
290
290
name : "Checkout repository" ,
291
- uses : "actions/checkout@v3 " ,
291
+ uses : "actions/checkout@v4 " ,
292
292
} ,
293
293
] ) ;
294
294
const result = await testFailedSarifUpload ( t , actionsWorkflow , {
0 commit comments