diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 0da7a6f22..e63fdcebb 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -134,7 +134,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Write PR body - uses: DamianReeves/write-file-action@latest + uses: DamianReeves/write-file-action@v1.0 with: path: ${{ env.home }}/.github/pr.txt contents: | @@ -166,4 +166,4 @@ jobs: uses: benc-uk/workflow-dispatch@v1 with: workflow: Build Stable Docker - token: ${{ secrets.REPO_GHA_PAT }} + token: ${{ secrets.REPO_GHA_PAT }} \ No newline at end of file