mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-02-21 09:41:46 +00:00
CI: bump actions version (#74)
* qa.yml: bump actions/checkout to v3 * Update madhead/semver-utils to latest
This commit is contained in:
parent
427bad7016
commit
d57dba2a10
2 changed files with 2 additions and 2 deletions
2
.github/workflows/qa.yml
vendored
2
.github/workflows/qa.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
run_qa:
|
run_qa:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: ./test/run-qa.sh
|
- run: ./test/run-qa.sh
|
||||||
|
|
|
||||||
2
.github/workflows/update-tags.yml
vendored
2
.github/workflows/update-tags.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Parse semver
|
- name: Parse semver
|
||||||
uses: madhead/semver-utils@v2
|
uses: madhead/semver-utils@latest
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
version: ${{ github.ref_name }}
|
version: ${{ github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue