From 45497988b1da3b4341f9cac6d15fc0f539334db0 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Tue, 19 Jan 2021 16:40:54 +0000 Subject: [PATCH] Fix link to video. --- .github/actions/replicate/replicate.js | 4 ++-- .github/actions/replicate/replicate.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/replicate/replicate.js b/.github/actions/replicate/replicate.js index 3d323e8..05d06d2 100644 --- a/.github/actions/replicate/replicate.js +++ b/.github/actions/replicate/replicate.js @@ -26,7 +26,7 @@ const issues_1 = require("./issues"); exports.BOUNTY_LABELS = ['All For One', 'The Bug Slayer']; const COMMENT_TASK_LIST_AFO = `## Task List -- **If this is your first time in this process, have a look at that [5 min video](https://drive.google.com/drive/folders/1Jq6UfqP3CRF9Iafde86_IPAQPfdgH5rR)** +- **If this is your first time in this process, have a look at that [5 min video](https://drive.google.com/file/d/1Uy3JukURoSk-2Bq7EjyagVdpsyvKI67E)** - **Visit the [documented process](https://github.com/github/pe-security-lab/blob/master/docs/bug_bounty.md)** - [ ] CodeQL Initial assessment - In case of rejection, please record your decision in the comment below: @@ -245,4 +245,4 @@ const run = async () => { } }; run(); -//# sourceMappingURL=replicate.js.map \ No newline at end of file +//# sourceMappingURL=replicate.js.map diff --git a/.github/actions/replicate/replicate.ts b/.github/actions/replicate/replicate.ts index 386efa1..171dbd2 100644 --- a/.github/actions/replicate/replicate.ts +++ b/.github/actions/replicate/replicate.ts @@ -11,7 +11,7 @@ type GitHubIssue = { [key: string]: any, number: number, html_url?: string | und const COMMENT_TASK_LIST_AFO = `## Task List -- **If this is your first time in this process, have a look at that [5 min video](https://drive.google.com/drive/folders/1Jq6UfqP3CRF9Iafde86_IPAQPfdgH5rR)** +- **If this is your first time in this process, have a look at that [5 min video](https://drive.google.com/file/d/1Uy3JukURoSk-2Bq7EjyagVdpsyvKI67E)** - **Visit the [documented process](https://github.com/github/pe-security-lab/blob/master/docs/bug_bounty.md)** - [ ] CodeQL Initial assessment - In case of rejection, please record your decision in the comment below: