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
|
||||
steps:
|
||||
- uses: actions/checkout@v2 # required
|
||||
- uses: axel-op/dart-package-analyzer@stable
|
||||
- uses: axel-op/dart-package-analyzer@v3
|
||||
with:
|
||||
# Required:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Optional:
|
||||
#relativePath: packages/mypackage/
|
||||
#minAnnotationLevel: info
|
Loading…
Reference in a new issue