Skip to content

Commit 7ea4973

Browse files
authored
Merge pull request #139 from IBM/update-packages
patch: update packages
2 parents f8928c5 + 3220896 commit 7ea4973

File tree

5 files changed

+725
-1956
lines changed

5 files changed

+725
-1956
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ on:
77
jobs:
88
release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012
if: "github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, 'chore')"
1113
steps:
1214
- name: Checkout code
13-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1416
with:
1517
fetch-depth: 0
1618
token: ${{ secrets.ADMIN_TOKEN }}
1719

1820
- name: setup nodejs
19-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2022
with:
2123
node-version: '20'
2224

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ on:
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315
steps:
1416
- name: Checkout code
15-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1618
with:
1719
token: ${{ secrets.ADMIN_TOKEN }}
1820

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ package-lock.json
4444
/**/dependency-reduced-pom.xml
4545

4646
*.iml
47-
*.DS_Store
47+
*.DS_Store
48+
49+
node_modules

0 commit comments

Comments
 (0)