We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5440fd commit 04faef7Copy full SHA for 04faef7
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
generate_sarif_report:
43
environment: release
44
runs-on: ubuntu-latest
45
- # needs: [release_please]
+ needs: [release_please]
46
permissions:
47
# required for all workflows
48
security-events: write
@@ -77,5 +77,4 @@ jobs:
77
version: ${{ steps.get_version.outputs.package_version }}
78
product_name: mongodb-legacy
79
file: sarif-report.json
80
- # dry_run: ${{ needs.release_please.outputs.release_created == '' }}
81
- dry_run: false
+ dry_run: ${{ needs.release_please.outputs.release_created == '' }}
0 commit comments