Browse Source

fix update-release-pr

Yuki Takei 4 years ago
parent
commit
ce4242c12b
1 changed files with 2 additions and 6 deletions
  1. 2 6
      .github/workflows/draft-release.yml

+ 2 - 6
.github/workflows/draft-release.yml

@@ -50,13 +50,9 @@ jobs:
           RELEASE_VERSION=`npx semver -i patch ${{ needs.update-release-draft.outputs.CURRENT_VERSION }}`
           RELEASE_VERSION=`npx semver -i patch ${{ needs.update-release-draft.outputs.CURRENT_VERSION }}`
           echo ::set-output name=RELEASE_VERSION::$RELEASE_VERSION
           echo ::set-output name=RELEASE_VERSION::$RELEASE_VERSION
 
 
-      - name: Workaround for CVE-2022-24765
-        shell: bash
-        run: |
-          git config --global --add safe.directory $(pwd)
-
+      # See: https://github.com/bakunyo/git-pr-release-action/issues/15, https://github.com/samunohito/SimpleVolumeMixer/commit/2059044c71236509466cf9b1bb2d56d515274938
       - name: Create/Update Pull Request
       - name: Create/Update Pull Request
-        uses: bakunyo/git-pr-release-action@master
+        uses: bakunyo/git-pr-release-action@281e1fe424fac01f3992542266805e4202a22fe0
         env:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GIT_PR_RELEASE_BRANCH_PRODUCTION: release/current
           GIT_PR_RELEASE_BRANCH_PRODUCTION: release/current