Skip to content

Instantly share code, notes, and snippets.

@KEINOS
Created August 12, 2024 01:58
Show Gist options
  • Save KEINOS/a8ff4ea539de578d378b67af7394f3af to your computer and use it in GitHub Desktop.
Save KEINOS/a8ff4ea539de578d378b67af7394f3af to your computer and use it in GitHub Desktop.

Revisions

  1. KEINOS created this gist Aug 12, 2024.
    18 changes: 18 additions & 0 deletions README.md
    Original 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)