Skip to content

Commit 87f4f96

Browse files
authored
Merge pull request #24 from webdeveric/dev
Add permissions and security policy updates
2 parents daef41c + 2c2871a commit 87f4f96

4 files changed

Lines changed: 23 additions & 6 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}
77
cancel-in-progress: true
88

9+
env:
10+
HUSKY: 0
11+
12+
permissions:
13+
contents: read # for checkout
14+
915
jobs:
1016
ci:
1117
name: Continuous Integration

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
### `v0.x.x`
6+
7+
Until `v1+`, only the latest version is supported.
8+
9+
### `v1.x.x+`
10+
11+
Only the last two major versions are supported.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-import-resolver-typescript": "^4.4.4",
6666
"eslint-plugin-import": "^2.32.0",
6767
"husky": "^9.1.7",
68-
"lint-staged": "^17.0.2",
68+
"lint-staged": "^17.0.3",
6969
"prettier": "^3.8.3",
7070
"rimraf": "^6.1.3",
7171
"semantic-release": "^25.0.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)