Use actions/checkout@v4
This commit is contained in:
parent
8e0b1c74b1
commit
e0103eab17
2 changed files with 14 additions and 14 deletions
14
lib/init-action-post-helper.test.js
generated
14
lib/init-action-post-helper.test.js
generated
|
|
@ -88,7 +88,7 @@ const workflow = __importStar(require("./workflow"));
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
{
|
||||
name: "Initialize CodeQL",
|
||||
|
|
@ -111,7 +111,7 @@ const workflow = __importStar(require("./workflow"));
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
{
|
||||
name: "Initialize CodeQL",
|
||||
|
|
@ -137,7 +137,7 @@ const workflow = __importStar(require("./workflow"));
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
{
|
||||
name: "Initialize CodeQL",
|
||||
|
|
@ -190,7 +190,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
{
|
||||
name: "Initialize CodeQL",
|
||||
|
|
@ -221,7 +221,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
{
|
||||
name: "Initialize CodeQL",
|
||||
|
|
@ -247,7 +247,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
{
|
||||
name: "Initialize CodeQL",
|
||||
|
|
@ -274,7 +274,7 @@ for (const { uploadInput, shouldUpload } of UPLOAD_INPUT_TEST_CASES) {
|
|||
const actionsWorkflow = createTestWorkflow([
|
||||
{
|
||||
name: "Checkout repository",
|
||||
uses: "actions/checkout@v3",
|
||||
uses: "actions/checkout@v4",
|
||||
},
|
||||
]);
|
||||
const result = await testFailedSarifUpload(t, actionsWorkflow, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue