Skip to content

Commit f2e6a0d

Browse files
add todo comments
Co-authored-by: Andreas Braun <[email protected]>
1 parent 3657a73 commit f2e6a0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-5.x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
aws_secret_id: ${{ secrets.aws_secret_id }}
6060

6161
- name: "Generate Sarif Report"
62+
# TODO: Use v2 once it has been re-tagged to include this action
6263
uses: mongodb-labs/drivers-github-tools/code-scanning-export@main
6364
with:
6465
ref: 5.x

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
aws_secret_id: ${{ secrets.aws_secret_id }}
5959

6060
- name: "Generate Sarif Report"
61+
# TODO: Use v2 once it has been re-tagged to include this action
6162
uses: mongodb-labs/drivers-github-tools/code-scanning-export@main
6263
with:
6364
ref: main

0 commit comments

Comments
 (0)