Skip to content

Commit f51f1de

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent 381750e commit f51f1de

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.commitlintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ module.exports = {
77
'header-max-length': [2, 'always', 80],
88
'subject-case': [0],
99
'body-max-line-length': [0],
10+
'footer-max-line-length': [0],
1011
},
1112
}

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
git config --global user.email "[email protected]"
3030
git config --global user.name "npm CLI robot"
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3333
with:
3434
languages: javascript
3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@v2
36+
uses: github/codeql-action/analyze@v3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"templateOSS": {
7070
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
71-
"version": "4.23.1",
71+
"version": "4.23.3",
7272
"publish": "true"
7373
}
7474
}

0 commit comments

Comments
 (0)