Skip to content

Commit 5eeda97

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent bff360b commit 5eeda97

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
@@ -46,7 +46,7 @@
4646
"templateOSS": {
4747
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4848
"windowsCI": false,
49-
"version": "4.23.1",
49+
"version": "4.23.3",
5050
"publish": true
5151
}
5252
}

0 commit comments

Comments
 (0)