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 35
35
- name : actions/setup
36
36
uses : ./.github/actions/setup
37
37
- name : Get release version and release package file name
38
- id : get_vars
38
+ id : get_version
39
39
shell : bash
40
40
run : |
41
41
package_version=$(jq --raw-output '.version' package.json)
63
63
sarif_report_target_ref : 5.x
64
64
third_party_dependency_tool : n/a
65
65
# <package> and <package>.sig
66
- dist_filenames : ${{ steps.get_vars .outputs.package_file }}*
66
+ dist_filenames : ${{ steps.get_version .outputs.package_file }}*
67
67
token : ${{ github.token }}
68
68
sbom_file_name : sbom.json
69
69
- uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
Original file line number Diff line number Diff line change 33
33
- name : actions/setup
34
34
uses : ./.github/actions/setup
35
35
- name : Get release version and release package file name
36
- id : get_vars
36
+ id : get_version
37
37
shell : bash
38
38
run : |
39
39
package_version=$(jq --raw-output '.version' package.json)
61
61
sarif_report_target_ref : main
62
62
third_party_dependency_tool : n/a
63
63
# <package> and <package>.sig
64
- dist_filenames : ${{ steps.get_vars .outputs.package_file }}*
64
+ dist_filenames : ${{ steps.get_version .outputs.package_file }}*
65
65
token : ${{ github.token }}
66
66
sbom_file_name : sbom.json
67
67
You can’t perform that action at this time.
0 commit comments