Skip to content

Commit 04faef7

Browse files
revert POC
1 parent b5440fd commit 04faef7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
generate_sarif_report:
4343
environment: release
4444
runs-on: ubuntu-latest
45-
# needs: [release_please]
45+
needs: [release_please]
4646
permissions:
4747
# required for all workflows
4848
security-events: write
@@ -77,5 +77,4 @@ jobs:
7777
version: ${{ steps.get_version.outputs.package_version }}
7878
product_name: mongodb-legacy
7979
file: sarif-report.json
80-
# dry_run: ${{ needs.release_please.outputs.release_created == '' }}
81-
dry_run: false
80+
dry_run: ${{ needs.release_please.outputs.release_created == '' }}

0 commit comments

Comments
 (0)