Skip to content

Instantly share code, notes, and snippets.

View fintechestenberg's full-sized avatar
🦖

Einar Stenberg fintechestenberg

🦖
View GitHub Profile
@fintechestenberg
fintechestenberg / README.md
Created March 17, 2025 10:42
github-actions-sha-notifier

GitHub Actions Checker

Overview

GitHub Actions Checker is a Go-based tool that scans a list of GitHub Actions with SHA version tags, checks for newer versions, and optionally sends notifications to Slack.

Features

  • Reads a list of GitHub Actions from a file.
  • Queries the GitHub API to check for newer versions based on repository tags.
  • Prints available updates to the console.
  • Supports authentication via a GitHub token to avoid API rate limiting.