Explore >> Select a destination


You are here

securitylab.github.com
| | github.blog
1.3 parsecs away

Travel
| | Improve your GitHub Actions security posture by securing your source repository, protecting your maintainers, and making it easy to report security incidents.
| | xvnpw.github.io
2.0 parsecs away

Travel
| | Introducing the Fabric Agent Action - a GitHub Action that automates complex workflows using AI-powered agents and Fabric Patterns.
| | andre.arko.net
3.4 parsecs away

Travel
| | I've been using Dependabot for a long time. Back before GitHub bought it and took away the web dashboard, there was an amazing, glorious, wonderful feature: you could check a checkbox, and Dependabot would merge the open PR as soon as your tests passed. Now that Dependabot has no web dashboard, and can't be added to a repo with one click, it has also lost the ability to automatically merge updates.
| | briankung.dev
17.9 parsecs away

Travel
| I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...