Created
August 12, 2024 01:58
-
-
Save KEINOS/a8ff4ea539de578d378b67af7394f3af to your computer and use it in GitHub Desktop.
Revisions
-
KEINOS created this gist
Aug 12, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # List of Versions of GitHub Actions This is the list of GitHub Actions versions that I use to track the current version. > __Note:__ These are updated manually and are not always up-to-date. > They will be **updated as soon as my repo requires maintenance**. - [actions/checkout@v4](https://github.com/actions/checkout) - [actions/setup-go@v5](https://github.com/actions/setup-go) - [actions/cache@v4](https://github.com/actions/cache) - [KEINOS/gh-action-hash-for-cache@main](https://github.com/KEINOS/gh-action-hash-for-cache) - [peter-evans/create-pull-request@v6](https://github.com/peter-evans/create-pull-request) - [golangci/golangci-lint-action@v6](https://github.com/golangci/golangci-lint-action) - [github/codeql-action/](https://github.com/github/codeql-action/tree/main) - github/codeql-action/init@v3 - github/codeql-action/analyze@v3 - [codecov/codecov-action@v4](https://github.com/codecov/codecov-action) (now requires token)