mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 10:58:28 +00:00
qa.yml: bump actions/checkout to v3
This commit is contained in:
parent
427bad7016
commit
28bb3c39ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qa.yml
vendored
2
.github/workflows/qa.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
run_qa:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: ./test/run-qa.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue