File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
app_id : ${{ vars.APP_ID }}
36
36
private_key : ${{ secrets.APP_PRIVATE_KEY }}
37
- - uses : mongodb-labs/drivers-github-tools/setup@full-report
37
+ - uses : mongodb-labs/drivers-github-tools/setup@v2
38
38
with :
39
39
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
40
40
aws_region_name : ${{ vars.AWS_REGION_NAME }}
68
68
with :
69
69
app_id : ${{ vars.APP_ID }}
70
70
private_key : ${{ secrets.APP_PRIVATE_KEY }}
71
- - uses : mongodb-labs/drivers-github-tools/setup@@full-report
71
+ - uses : mongodb-labs/drivers-github-tools/setup@v2
72
72
with :
73
73
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
74
74
aws_region_name : ${{ vars.AWS_REGION_NAME }}
80
80
following_version : ${{ inputs.following_version }}
81
81
product_name : ${{ env.PRODUCT_NAME }}
82
82
silk_asset_group : ${{ env.SILK_ASSET_GROUP }}
83
- security_report_location : ${{ env.SECURITY_REPORT_LOCATION }}
84
83
token : ${{ github.token }}
85
84
dry_run : ${{ inputs.dry_run }}
You can’t perform that action at this time.
0 commit comments