If you are using third party actions in your GitHub Action you should use SHA security pinning to mitigate the risk of attack on action repository
GitHub's code scanning feature is now available. I strongly recommend checking it out.
Thanks to Source Link it is super-easy to enable symbols indexing and source debugging of your public Nuget packages where the code is hosted in GitHub or other supported repository. All you need is a little modification of your C# project file.
Keep your feeds size at bay with automatic retention policy in Azure DevOps.
A guide to solving issues with multiple GitHub accounts in the Windows credential manager.
A quick guide on how to use the GitHub Command Line Tool to view Pull Requests information directly from the terminal.
Visual Studio Code + GitHub Codespaces + Hugo = a great combination to write blog post
Migrating from Azure DevOps to GitHub can be painful, especially for the board part. Let's see how to make life easier with GitHub issue templates.
The ability of re-use pieces of actions in various repositories is an invaluable addition to Actions capabilities
How to use GitHub Security enforcer action to automatically add Security Code Scanning to all new repositories