ci(analysis): upgraded analyzer action to v3
This commit is contained in:
parent
8eedb63f7b
commit
6f572b38cd
1 changed files with 1 additions and 2 deletions
3
.github/workflows/analysis.yml
vendored
3
.github/workflows/analysis.yml
vendored
|
@ -6,10 +6,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2 # required
|
- uses: actions/checkout@v2 # required
|
||||||
- uses: axel-op/dart-package-analyzer@stable
|
- uses: axel-op/dart-package-analyzer@v3
|
||||||
with:
|
with:
|
||||||
# Required:
|
# Required:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Optional:
|
# Optional:
|
||||||
#relativePath: packages/mypackage/
|
#relativePath: packages/mypackage/
|
||||||
#minAnnotationLevel: info
|
|
Loading…
Add table
Reference in a new issue