File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.ref }}
18
18
cancel-in-progress : true
19
19
20
+ permissions : {}
21
+
20
22
env :
21
23
NODE_ACTIVE_LTS : " 22" # see https://nodejs.org/en/about/releases/
22
24
REPORTS_DIR : " CI_reports"
Original file line number Diff line number Diff line change 28
28
default : false
29
29
required : false
30
30
31
- permissions : write-all
31
+ permissions : {}
32
32
33
33
env :
34
34
REPORTS_DIR : CI_reports
45
45
version_plain : ${{ steps.bump.outputs.version_plain }}
46
46
runs-on : ubuntu-latest
47
47
timeout-minutes : 30
48
+ permissions :
49
+ contents : write # needed for git push
48
50
steps :
49
51
- name : Checkout code
50
52
# see https://github.com/actions/checkout
85
87
name : publish package
86
88
runs-on : ubuntu-latest
87
89
timeout-minutes : 30
90
+ permissions :
91
+ id-token : write # Enables provenance signing via OIDC
92
+ packages : write # Allows writing to organization packages
88
93
env :
89
94
PACKAGE_RELEASE_TAG : ${{ github.event.inputs.prerelease == 'true' && 'unstable-prerelease' || 'latest' }}
90
95
steps :
@@ -161,6 +166,8 @@ jobs:
161
166
name : publish GitHub
162
167
runs-on : ubuntu-latest
163
168
timeout-minutes : 30
169
+ permissions :
170
+ contents : write # create a release
164
171
env :
165
172
ASSETS_DIR : release_assets
166
173
steps :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cyclonedx/cyclonedx-library" ,
3
- "version" : " 8.0.1-alpha.0 " ,
3
+ "version" : " 8.0.1-alpha.1 " ,
4
4
"description" : " Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser)." ,
5
5
"license" : " Apache-2.0" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments