We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cf5d0 commit 4023027Copy full SHA for 4023027
.github/workflows/semgrep.yml
@@ -11,7 +11,7 @@ name: Semgrep
11
jobs:
12
semgrep:
13
name: Scan
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
env:
16
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
17
container:
tool/lint/package.json
@@ -1,6 +1,6 @@
1
{
2
"dependencies": {
3
- "alex": "10.0.0",
+ "alex": "11.0.0",
4
"markdown-spellcheck": "1.3.1",
5
"markdownlint-cli": "0.31.1",
6
"remark-cli": "11.0.0",
0 commit comments