mirror of
https://github.com/vbondarevsky/Connector.git
synced 2024-11-21 17:36:49 +02:00
Fix actions
This commit is contained in:
parent
3573eacff3
commit
2f7e37a9bf
2
.github/workflows/sonar-scanner.yml
vendored
2
.github/workflows/sonar-scanner.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
uses: warchant/setup-sonar-scanner@v3
|
||||
- name: Extract version
|
||||
shell: bash
|
||||
run: echo "##[set-output name=version;]` cat ./src/ru/CommonModules/HTTPConnector/Ext/Module.bsl | grep -oP '(?<=Version:.)[\d|.]*'`"
|
||||
run: echo "##[set-output name=version;]` cat ./src/en/CommonModules/HTTPConnector/Ext/Module.bsl | grep -oP '(?<=Version:.)[\d|.]*'`"
|
||||
id: extract_version
|
||||
- name: Run SonarQube on push
|
||||
if: github.event_name == 'push'
|
||||
|
@ -1,7 +1,7 @@
|
||||
Publication on [Infostart](https://infostart.ru/public/709325/)
|
||||
|
||||
|
||||
[![Quality Gate Status](https://sonar.openbsl.ru/api/project_badges/measure?project=connector&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=connector)
|
||||
[![Quality Gate Status](https://sonar.openbsl.ru/api/project_badges/measure?project=connector_en&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=connector_en)
|
||||
[![Stars](https://img.shields.io/github/stars/vbondarevsky/Connector.svg?label=Github%20%E2%98%85&a)](https://github.com/vbondarevsky/Connector/stargazers)
|
||||
[![Release](https://img.shields.io/github/tag/vbondarevsky/Connector.svg?label=Last%20release&a)](https://github.com/vbondarevsky/Connector/releases)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user