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 ecb9044 commit 79a327cCopy full SHA for 79a327c
.github/workflows/build.yml
@@ -102,7 +102,7 @@ jobs:
102
generate_sarif_report:
103
environment: release
104
runs-on: ubuntu-latest
105
- # needs: [release_please]
+ needs: [release_please]
106
permissions:
107
# required for all workflows
108
security-events: write
@@ -138,5 +138,4 @@ jobs:
138
version: ${{ steps.get_version.outputs.package_version }}
139
product_name: mongodb-client-encryption
140
file: sarif-report.json
141
- # dry_run: ${{ needs.release_please.outputs.release_created == '' }}
142
- dry_run: false
+ dry_run: ${{ needs.release_please.outputs.release_created == '' }}
0 commit comments