diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2021-02-17 10:10:31 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-17 20:07:15 +0000 |
commit | 94f0ec780d92763ebf1bfb71abefbc706a159d7d (patch) | |
tree | 1287b8bdcd08271ccb3c97de1acbe2642b5ebde6 /.github | |
parent | e7a50aef7c84f758801dd37d69746b395091c1ce (diff) | |
download | sonarqube-94f0ec780d92763ebf1bfb71abefbc706a159d7d.tar.gz sonarqube-94f0ec780d92763ebf1bfb71abefbc706a159d7d.zip |
BUILD-865 Fix used tag for doogfood action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dogfood.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index 135136c90e7..34c8382b000 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -12,7 +12,7 @@ jobs: name: Update dogfood-on-next branch steps: - name: Merge dogfood and master branches - uses: SonarSource/gh-action_dogfood_merge@1 + uses: SonarSource/gh-action_dogfood_merge@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_ORG_TOKEN }} with: |