File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
55
55
- name : Generate authorized pub report
56
56
uses : mongodb-labs/drivers-github-tools/full-report@v2
57
57
with :
58
- release_version : ${{ steps.get_version.outputs .package_version }}
58
+ release_version : ${{ env .package_version }}
59
59
product_name : mongodb
60
60
sarif_report_target_ref : 5.x
61
61
third_party_dependency_tool : n/a
62
62
# <package> and <package>.sig
63
- dist_filenames : ${{ steps.get_vars.outputs .package_file }}*
63
+ dist_filenames : ${{ env .package_file }}*
64
64
token : ${{ github.token }}
65
65
sbom_file_name : sbom.json
66
66
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
55
55
- name : Generate authorized pub report
56
56
uses : mongodb-labs/drivers-github-tools/full-report@v2
57
57
with :
58
- release_version : ${{ steps.get_version.outputs .package_version }}
58
+ release_version : ${{ env .package_version }}
59
59
product_name : mongodb
60
60
sarif_report_target_ref : main
61
61
third_party_dependency_tool : n/a
62
62
# <package> and <package>.sig
63
- dist_filenames : ${{ steps.get_vars.outputs .package_file }}*
63
+ dist_filenames : ${{ env .package_file }}*
64
64
token : ${{ github.token }}
65
65
sbom_file_name : sbom.json
66
66
You can’t perform that action at this time.
0 commit comments