Skip to content

Commit 724fa3b

Browse files
committed
Address warnings (#295)
This PR fixes the remaining repository warnings
1 parent 1b1d4a2 commit 724fa3b

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: ['main']
88
pull_request:
99
branches: ['main']
10-
10+
permissions:
11+
contents: read
1112
jobs:
1213
build:
1314
name: Run linters and check build scripts

.github/workflows/publish-storybook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
release:
66
types: [created]
7-
7+
permissions:
8+
contents: write
89
jobs:
910
build-and-deploy:
1011
runs-on: ubuntu-latest

.github/workflows/release-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy to NPM and GHP
33
on:
44
release:
55
types: [published]
6-
6+
permissions:
7+
contents: read
78
jobs:
89
build-npm:
910
runs-on: ubuntu-latest

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,13 +4110,13 @@ __metadata:
41104110
linkType: hard
41114111

41124112
"js-yaml@npm:^4.1.0":
4113-
version: 4.1.0
4114-
resolution: "js-yaml@npm:4.1.0"
4113+
version: 4.1.1
4114+
resolution: "js-yaml@npm:4.1.1"
41154115
dependencies:
41164116
argparse: "npm:^2.0.1"
41174117
bin:
41184118
js-yaml: bin/js-yaml.js
4119-
checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f
4119+
checksum: 10c0/561c7d7088c40a9bb53cc75becbfb1df6ae49b34b5e6e5a81744b14ae8667ec564ad2527709d1a6e7d5e5fa6d483aa0f373a50ad98d42fde368ec4a190d4fae7
41204120
languageName: node
41214121
linkType: hard
41224122

0 commit comments

Comments
 (0)