From f2e6a0da863c49644d5ddf4249cd4fc53763e322 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 4 Jun 2024 08:04:35 -0600 Subject: [PATCH] add todo comments Co-authored-by: Andreas Braun --- .github/workflows/release-5.x.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release-5.x.yml b/.github/workflows/release-5.x.yml index 8a9cb162..16d63ae6 100644 --- a/.github/workflows/release-5.x.yml +++ b/.github/workflows/release-5.x.yml @@ -59,6 +59,7 @@ jobs: aws_secret_id: ${{ secrets.aws_secret_id }} - name: "Generate Sarif Report" + # TODO: Use v2 once it has been re-tagged to include this action uses: mongodb-labs/drivers-github-tools/code-scanning-export@main with: ref: 5.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deb9758e..3303840d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,7 @@ jobs: aws_secret_id: ${{ secrets.aws_secret_id }} - name: "Generate Sarif Report" + # TODO: Use v2 once it has been re-tagged to include this action uses: mongodb-labs/drivers-github-tools/code-scanning-export@main with: ref: main