Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatsuyoshi <sfbgwm30@gmail.com>2020-03-25 19:30:39 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2020-03-25 19:30:39 +0300
commit072d5f30fd478c9826ccc055b71b25e03e25e030 (patch)
tree160177705d79c6fb5d58ff799cdd74d95d62e53b /.github
parentce08b755805b1147cf84cb5b5e53d97e8006f3ed (diff)
fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0000f3e..970f12f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: SonarCloudScan
- uses: SonarSource/sonarcloud-github-action@v1.1
+ uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file