瀏覽代碼

Ignore CVE-2022-24765

Yuki Takei 4 年之前
父節點
當前提交
c3603218fb
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/draft-release.yml

+ 4 - 0
.github/workflows/draft-release.yml

@@ -50,6 +50,10 @@ jobs:
           RELEASE_VERSION=`npx semver -i patch ${{ needs.update-release-draft.outputs.CURRENT_VERSION }}`
           echo ::set-output name=RELEASE_VERSION::$RELEASE_VERSION
 
+      - name: Ignore CVE-2022-24765
+        run: |
+          git config --global --add safe.directory $GITHUB_WORKSPACE
+
       - name: Create/Update Pull Request
         uses: bakunyo/git-pr-release-action@master
         env: