Initialize GitHub Job
Version updated for https://github.com/PandasWhoCode/initialize-github-job to version v1.0.7.
- This action is used across all versions by 16 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Initialize GitHub Job action provides a standardized way to set up and configure GitHub Actions workflows for projects using various programming languages and tools. It automates essential setup tasks, such as repository checkout, environment initialization (e.g., Node.js, Java, Python, etc.), build tool configuration, and caching for dependencies and build artifacts. This action simplifies the workflow setup process, enhances security with hardened runners, and improves efficiency through automated caching and multi-language support.
What’s Changed
What’s Changed
- Add
setup-gomplateinput and install gomplate with checksum verification by @Copilot in https://github.com/PandasWhoCode/initialize-github-job/pull/51 - chore(deps): Bump step-security/harden-runner from 2.16.1 to 2.17.0 by @dependabot[bot] in https://github.com/PandasWhoCode/initialize-github-job/pull/52
Full Changelog: https://github.com/PandasWhoCode/initialize-github-job/compare/v1.0.6...v1.0.7