Setting up a matrix for GitHub Actions with Go's go.mod
and specific versions (2 mins read).

How to use a Go setup matrix in GitHub Actions that can target the go.mod
version and arbitrary other version(s).
Setting up a matrix for GitHub Actions with Go's go.mod
and specific versions (2 mins read).
How to use a Go setup matrix in GitHub Actions that can target the go.mod
version and arbitrary other version(s).
A GitHub action to generate a stackaid.json file based on your repository's dependency graph - GitHub - stackaid/generate-stackaid-json: A GitHub action to generate a stackaid.json file based o...
Many of us are aware of the benefits that a strong focus on automation can bring, particularly in our development workflow and DevOps lifecycle. But silos across businesses can lead to duplication of effort, and potential to lose out on best practices. In this post, we’ll explore how CI/CD can be shared across your entire organization alongside policies, for a well-governed experience with GitHub Actions.
If you create GitHub Actions via GitHub's UI by going to the URL of the form https://github.com///actions/new, it provides templates for setting up the build. However, the template is broken. There are four problems with the default template No dependency caching - so package dependencies will be resolved and reinstalled every time No cancelation of
Ensuring files are synced between repos with GitHub Actions (2 mins read).
Creating a GitHub Action workflow to indicate when vendored files are out-of-sync between GitHub repos.
Writing a GitHub Action to bump Go depenendencies and put the change in a pull request.
Show a helpful summary of test results in GitHub Actions CI/CD workflow runs - GitHub - test-summary/action: Show a helpful summary of test results in GitHub Actions CI/CD workflow runs
From automating builds and releases to taking care of large-scale regression testing, here are a few ways we use GitHub Actions to build GitHub.
Automagically Auditing GitHub (Actions) Security using OpenSSF Scorecards (6 mins read).
How to use the OpenSSF Scorecards GitHub Action to audit your GitHub and GitHub Actions configuration, and a breakdown of some of the issues raised by it.
List of things that can run doom ✅ GitHub Actions It's running a version of the game with no renderer, playing a demo and dumping the statistics from that play session to a file and then comparing the file to a know good statistics result. If identical then the action passes.Ólafur Waage (@olafurw)Thu, 24 Feb 2022 06:29 GMT
TIL this GitHub Actions trick When a PR has multiple consecutive commits (ie fixing typos 😏) ➡️ these 3 lines save resources and cancel previous useless CI runs via @bitandbang @targos89 in Node.js PR: github.com/nodejs/node/pu…Sebastien Lorber 🇫🇷 🦖 ⚛️ 📨 (@sebastienlorber)Mon, 21 Feb 2022 15:04 GMT
This is great for anyone using Actions, as this was seen to be a vulnerability for getting past code review
You're currently viewing page 1 of 1, of 17 posts.