diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 901c7e4a..12004f9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: target-branch: "main" schedule: interval: "daily" + ignore: + - dependency-name: "softprops/action-gh-release" + # https://github.com/softprops/action-gh-release/issues/556 + versions: ["2.2.0"] # Maintain dependencies for Go modules - package-ecosystem: "gomod" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 932a287f..aa5a3a16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,7 +124,7 @@ jobs: az storage blob upload-batch --destination v${{ needs.changelog.outputs.version }} --source . az storage blob upload-batch --destination latest --overwrite true --source . - name: Release 🎓 - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 with: tag_name: ${{ needs.changelog.outputs.tag }} body: ${{ needs.changelog.outputs.body }}