Skip to content

Commit

Permalink
📝 Update all mentioned versions to 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Aug 3, 2022
1 parent 340f986 commit ab69549
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.1.1
uses: JetBrains/qodana-action@v2022.2.1
```
Using this workflow, Qodana will run on the main branch, release branches, and on the pull requests coming to your
Expand Down Expand Up @@ -131,7 +131,7 @@ qodana scan --show-report

```yaml
- name: Qodana Scan
uses: JetBrains/qodana-action@v2022.1.1
uses: JetBrains/qodana-action@v2022.2.1
with:
args: --baseline,qodana.sarif.json
```
Expand Down
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: "1.0"
linter: jetbrains/qodana-js:2022.1-eap
linter: jetbrains/qodana-js:2022.2-eap
bootstrap: cd common && npm install && cd ../scan && npm install && cd ../vsts && npm install
profile:
name: qodana.recommended
Expand Down
2 changes: 1 addition & 1 deletion scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint src/**/*.ts",
"package": "./node_modules/.bin/esbuild lib/main.js --platform=node --keep-names --bundle --outfile=dist/index.js",
"test": "jest",
"readme": "cp ../.github/md/github.md ../README.md && curl -sS https://raw.githubusercontent.com/JetBrains/Qodana/2022.1/topics/qodana-github-action.md >> ../README.md && cat ../.github/md/tracker.md >> ../README.md",
"readme": "cp ../.github/md/github.md ../README.md && curl -sS https://raw.githubusercontent.com/JetBrains/Qodana/2022.2/topics/qodana-github-action.md >> ../README.md && cat ../.github/md/tracker.md >> ../README.md",
"all": "npm install && npm run build && npm run format && npm run lint && npm run package && npm run readme"
},
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion vsts/QodanaScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 2022,
"Minor": 2,
"Patch": 0
"Patch": 1
},
"demands": ["RemoteDockerServerOS -equals linux"],
"instanceNameFormat": "Qodana Scan",
Expand Down
2 changes: 1 addition & 1 deletion vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "cd QodanaScan && npm ci && cd .. && ./node_modules/.bin/esbuild lib/main.js --platform=node --bundle --outfile=QodanaScan/index.js --target=node10.4 --external:shelljs --external:azure-pipelines-task-lib",
"readme": "cp ../.github/md/azure.md README.md && curl -sS https://raw.githubusercontent.com/JetBrains/Qodana/2022.1/topics/qodana-azure-pipelines.md >> README.md && cat ../.github/md/tracker.md >> README.md",
"readme": "cp ../.github/md/azure.md README.md && curl -sS https://raw.githubusercontent.com/JetBrains/Qodana/2022.2/topics/qodana-azure-pipelines.md >> README.md && cat ../.github/md/tracker.md >> README.md",
"all": "npm install && npm run build && npm run format && npm run lint && npm run package && npm run readme",
"azure": "tfx extension create --manifests vss-extension.json",
"azure-dev": "tfx extension create --manifests vss-extension.dev.json"
Expand Down

0 comments on commit ab69549

Please sign in to comment.