[PR #411] [MERGED] Add GHACU to "GitHub Tools and Management" section #9114

Closed
opened 2026-05-31 06:01:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/411
Author: @fabasoad
Created: 5/1/2020
Status: Merged
Merged: 5/27/2020
Merged by: @jessicalostinspace

Base: masterHead: feature/ghacu


📝 Commits (3)

  • 8d3748f Add ghacu to GitHub Tools and Management
  • fe6b7ac Merge branch 'master' into feature/ghacu
  • 598e5d4 Fixes after code review

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

GitHub Actions Check Updates (GHACU) is a tool that helps you to keep versions of configured GitHub Actions up-to-date. Here is how it looks like in action:

PS C:\Projects\linguist-action> ghacu
> Dockerfile Lint (.github\workflows\dockerfile-lint.yml)
actions/checkout               v2.0.0  »  v2.1.0
burdzwastaken/hadolint-action  master  »   1.1.0

> Shell Lint (.github\workflows\shell-lint.yml)
actions/checkout                v1  »  v2.1.0
bewuethr/shellcheck-action  v2.0.1  »  v2.0.2

> YAML Lint (.github\workflows\yaml-lint.yml)
ibiqlik/action-yamllint  v0.0.2  »  v1.0.0

Run ghacu -u to upgrade actions.

More details here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/411 **Author:** [@fabasoad](https://github.com/fabasoad) **Created:** 5/1/2020 **Status:** ✅ Merged **Merged:** 5/27/2020 **Merged by:** [@jessicalostinspace](https://github.com/jessicalostinspace) **Base:** `master` ← **Head:** `feature/ghacu` --- ### 📝 Commits (3) - [`8d3748f`](https://github.com/sdras/awesome-actions/commit/8d3748f97a24a30af435ca06df0b4ae7167ec8dd) Add ghacu to GitHub Tools and Management - [`fe6b7ac`](https://github.com/sdras/awesome-actions/commit/fe6b7ac06020a4142927622c8e2cffadb372fd93) Merge branch 'master' into feature/ghacu - [`598e5d4`](https://github.com/sdras/awesome-actions/commit/598e5d4c5a8c6a74df843e16b99f6a8d55d69db8) Fixes after code review ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description _GitHub Actions Check Updates (GHACU)_ is a tool that helps you to keep versions of configured GitHub Actions up-to-date. Here is how it looks like in action: ```console PS C:\Projects\linguist-action> ghacu > Dockerfile Lint (.github\workflows\dockerfile-lint.yml) actions/checkout v2.0.0 » v2.1.0 burdzwastaken/hadolint-action master » 1.1.0 > Shell Lint (.github\workflows\shell-lint.yml) actions/checkout v1 » v2.1.0 bewuethr/shellcheck-action v2.0.1 » v2.0.2 > YAML Lint (.github\workflows\yaml-lint.yml) ibiqlik/action-yamllint v0.0.2 » v1.0.0 Run ghacu -u to upgrade actions. ``` More details [here](https://dev.to/fabasoad/introducing-github-actions-check-updates-42ad). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-31 06:01:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#9114