Skip to content

Commit bbe7d45

Browse files
authored
Merge pull request #19 from silicon-heaven/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents f4f6ee1 + 8d02b24 commit bbe7d45

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# vim: sw=2
22
name: Lint
3+
permissions:
4+
contents: read
35

46
concurrency:
57
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-shv",
3-
"version": "8.0.5",
3+
"version": "8.0.6",
44
"description": "Vue support for libshv-js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)