Skip to content

Commit

Permalink
Updating the badge for new CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
lookbusy1344 committed Oct 8, 2023
1 parent be6aece commit 9b766a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Value-Semantics Analyser for C# Records

[![CodeQL](https://github.com/lookbusy1344/RecordValueAnalyser/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/lookbusy1344/RecordValueAnalyser/actions/workflows/github-code-scanning/codeql)
[![CodeQL](https://github.com/lookbusy1344/RecordValueAnalyser/actions/workflows/codeql.yml/badge.svg)](https://github.com/lookbusy1344/RecordValueAnalyser/actions/workflows/codeql.yml)
[![Test](https://github.com/lookbusy1344/RecordValueAnalyser/actions/workflows/test.yml/badge.svg)](https://github.com/lookbusy1344/RecordValueAnalyser/actions/workflows/test.yml)

## TL;DR
Expand Down Expand Up @@ -94,7 +94,7 @@ Tests are in `RecordValueAnalyser.Test`. They are run in the CI pipeline.
https://www.nuget.org/packages/lookbusy1344.RecordValueAnalyser

```
<PackageReference Include="lookbusy1344.RecordValueAnalyser" Version="0.9.5">
<PackageReference Include="lookbusy1344.RecordValueAnalyser" Version="0.9.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 9b766a2

Please sign in to comment.