Jamie Magee
Jamie Magee
This PR adds Dependabot configuration to automatically manage .NET SDK version updates in global.json. This configuration will: - Monitor the global.json file for .NET SDK version updates - Create pull...
This PR adds Dependabot configuration to automatically manage .NET SDK version updates in global.json. This configuration will: - Monitor the global.json file for .NET SDK version updates - Create pull...
This PR adds Dependabot configuration to automatically manage .NET SDK version updates in global.json. This configuration will: - Monitor the global.json file for .NET SDK version updates - Create pull...
This PR adds Dependabot configuration to automatically manage .NET SDK version updates in global.json. This configuration will: - Monitor the global.json file for .NET SDK version updates - Create pull...
This adds support for `zstd` compressed archives. This change is dependent on https://github.com/isaacs/minizlib/pull/35 Closes #438
Support for zstd landed in Node in February 2025[^1], was released with v23.8.0[^2], and backported to v22.15.0[^3]. This is dependent on https://github.com/isaacs/minizlib/issues/34. [^1]: https://github.com/nodejs/node/pull/52100 [^2]: https://nodejs.org/en/blog/release/v23.8.0#support-for-the-zstd-compression-algorithm [^3]: https://nodejs.org/en/blog/release/v22.15.0
Azure DevOps has an integrated CI/CD system called [Azure Pipelines][1], similar to GitHub Actions. As with GitHub Actions, you can [create your own custom Azure Pipelines tasks][2]. I created [`scorecard-azure-pipelines-task`][3]...
**Describe the bug** Since #4405 was merged I am seeing the following lint errors ``` probes/hasOSVVulnerabilities/impl.go:63:28: SA1019: grouper.IDAliases is deprecated: this is now private and should not be used outside...
Resolves #751 ---- ### Before the change? * `AlertRule.Tags` was incorrectly a `string` instead of `IEnumerable` * No support for `SubIssues` events ### After the change? * Correct types for...
Recent [supply chain attacks on npm](https://github.blog/security/supply-chain-security/our-plan-for-a-more-secure-npm-supply-chain/) have highlighted the need for stronger package publishing security. The September 2025 Shai-Hulud worm compromised 500+ packages through stolen maintainer tokens, showing the risks...