Skip to content

Use built-in gh cli instead of third-party action for release step#207

Merged
elasticdog merged 1 commit into
mainfrom
push-ptkytsmzukpn
May 10, 2026
Merged

Use built-in gh cli instead of third-party action for release step#207
elasticdog merged 1 commit into
mainfrom
push-ptkytsmzukpn

Conversation

@elasticdog

Copy link
Copy Markdown
Member

Addresses the warning from zizmor:

info[superfluous-actions]: action functionality is already included by the runner
  --> ./.github/workflows/draft-release-flutter.yml:93:15
   |
92 |         name: Create a new GitHub draft release
   |         --------------------------------------- this step
93 |         uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use `gh release` in a script step
   |
   = note: audit confidence → High

Addresses the warning from zizmor:

```
info[superfluous-actions]: action functionality is already included by the runner
  --> ./.github/workflows/draft-release-flutter.yml:93:15
   |
92 |         name: Create a new GitHub draft release
   |         --------------------------------------- this step
93 |         uses: softprops/action-gh-release@a06a81a
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use `gh release` in a script step
   |
   = note: audit confidence → High
```
@elasticdog
elasticdog enabled auto-merge May 10, 2026 17:43
@elasticdog
elasticdog added this pull request to the merge queue May 10, 2026
Merged via the queue into main with commit 9fd39f9 May 10, 2026
7 checks passed
@elasticdog
elasticdog deleted the push-ptkytsmzukpn branch May 10, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant