Understanding GitHub Artifact Attestations
Explains GitHub's new Artifact Attestations feature for securing software supply chains, covering its architecture and SLSA compliance.
Explains GitHub's new Artifact Attestations feature for securing software supply chains, covering its architecture and SLSA compliance.
How to publish .NET 8 applications as container images directly using the .NET SDK, eliminating the need for a Dockerfile.
A guide to automating documentation publishing using Markdown, LaTeX, Pandoc, and GitHub Actions to generate PDFs and Word docs.
A guide to manually triggering a GitHub Actions workflow from a feature branch before it's merged into the default branch.
Explains how to automate GitHub Releases using tags and tools like Release Drafter, balancing technical process with community engagement.
Using GitHub Actions to automate parsing Azure sustainability PDFs into a public JSON file for programmatic use.
A guide to automating the build and deployment of Swift Package DocC documentation to GitHub Pages using GitHub Actions.
A guide to setting up a CI/CD pipeline for Angular projects using GitHub Actions for automated testing, building, and dependency updates.
A technical guide on deploying Antora documentation to Cloudflare Pages using GitHub Actions and GitHub Apps across private repositories.
A tutorial on creating a GitHub Action to automatically run unit tests on code commits and pull requests.
How to automatically check internal links on a static site using Scrapy and GitHub Actions for continuous integration.
A guide on using GitHub Actions to automatically trigger a webhook on a daily schedule, with examples using curl and a dedicated action.
A technical guide on deploying Antora documentation using GitHub Actions with authentication for private GitHub repositories.
Fixing Xamarin Android build failures in CI/CD pipelines by updating to Java SDK 11 on Azure DevOps and GitHub Actions.
Explores integrating GitHub Actions with AWS services like CodeCatalyst and CodeBuild to maximize development efficiency and workflow automation.
A tutorial on deploying a VitePress documentation site to GitHub Pages using an automated GitHub Actions workflow.
How maintainers can use GitHub Actions to automate issue management, contributor workflows, and other repository tasks.
A developer introduces their new blog, detailing the tech stack used: Hugo, GitHub Pages, and Codeapi for interactive snippets.
A developer shares experiences and key findings from testing .NET 8 previews 1-5, covering container changes, analyzers, and build output.
Guide on configuring AWS CodeBuild to run GitHub Actions within a private AWS subnet for secure database deployments.