Below you will find pages that utilize the taxonomy term “gustavtjac”
January 15, 2026
Dotenv Blocker
Version updated for https://github.com/gustavtjac/envblocker to version v1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Dotenv Blocker is a GitHub Action designed to automatically fail pull requests if .env files or similar environment-related files are included. It helps prevent accidental commits of sensitive environment files and secrets from being merged into protected branches, ensuring better security and code hygiene.
December 29, 2025
GitHub Actions Hashpin Enforcer
Version updated for https://github.com/gustavtjac/HashpinEnforcer to version v1.3.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Actions Hashpin Enforcer is a security-focused tool that scans workflow YAML files to ensure all actions are pinned to specific commit SHAs, preventing the use of mutable references like tags (@v1) or branches (@main). It automates the detection of non-deterministic dependencies, improving the reproducibility and security of CI/CD pipelines by mitigating risks such as malicious code injection, breaking changes, and unpredictable builds.