Post details
As of Go 1.21, Go fetches toolchains automatically, and it’s easy to not be running the version that you thought you were running.
As of Go 1.21, Go fetches toolchains automatically, and it’s easy to not be running the version that you thought you were running.
Automating the syncing of files between repos with GitHub Actions (2 mins read).
Creating a GitHub Action workflow to periodically update vendored files which are out-of-sync between GitHub repos.
Gotcha: Don't try and authenticate to URLs generated by GitHub Actions Artifacts v4 (3 mins read).
Why you may be receiving errors when trying to authenticate to download GitHub Actions Artifacts using the v4 Actions.
Enforcing per-repo privileges on AWS with GitHub Actions OIDC, without session tags - GitHub - Skyscanner/gha-aws-oidc-sample: Enforcing per-repo privileges on AWS with GitHub Actions OIDC, without...
We've been using Renovate for quite a while now (switching from Dependabot), which scans our GitHub repositories and opens Pull…
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
Checking if 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 23 posts.