Skip to content

Commit 63b69ba

Browse files
sdf
1 parent 469795e commit 63b69ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
generate_sarif_report:
103103
environment: release
104104
runs-on: ubuntu-latest
105-
# needs: [release_please]
105+
needs: [release_please]
106106
permissions:
107107
# required for all workflows
108108
security-events: write
@@ -138,5 +138,4 @@ jobs:
138138
version: ${{ steps.get_version.outputs.package_version }}
139139
product_name: mongodb-client-encryption
140140
file: sarif-report.json
141-
# dry_run: ${{ needs.release_please.outputs.release_created == '' }}
142-
dry_run: false
141+
dry_run: ${{ needs.release_please.outputs.release_created == '' }}

0 commit comments

Comments
 (0)