File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : codeql
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+
7+ permissions :
8+ actions : read
9+ contents : read
10+ security-events : write
11+
12+ jobs :
13+ analyze :
14+ runs-on : ubuntu-latest
15+ name : CodeQL Analysis
16+
17+ strategy :
18+ fail-fast : false
19+ matrix :
20+ language : [ 'csharp' ]
21+
22+ steps :
23+ - name : Checkout repository
24+ uses : actions/checkout@v6
25+
26+ - name : Initialize CodeQL
27+ uses : github/codeql-action/init@v4
28+ with :
29+ languages : ${{ matrix.language }}
30+
31+ - name : Autobuild
32+ uses : github/codeql-action/autobuild@v4
33+
34+ - name : Perform CodeQL Analysis
35+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 11[ ![ ] ( https://img.shields.io/nuget/v/soenneker.gen.enumvalues.svg?style=for-the-badge )] ( https://www.nuget.org/packages/soenneker.gen.enumvalues/ )
22[ ![ ] ( https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.gen.enumvalues/publish-package.yml?style=for-the-badge )] ( https://github.com/soenneker/soenneker.gen.enumvalues/actions/workflows/publish-package.yml )
33[ ![ ] ( https://img.shields.io/nuget/dt/soenneker.gen.enumvalues.svg?style=for-the-badge )] ( https://www.nuget.org/packages/soenneker.gen.enumvalues/ )
4+ [ ![ ] ( https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.gen.enumvalues/codeql.yml?label=CodeQL&style=for-the-badge )] ( https://github.com/soenneker/soenneker.gen.enumvalues/actions/workflows/codeql.yml )
45
56# ![ ] ( https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png ) Soenneker.Gen.EnumValues
67### High performance source generated enum values.
You can’t perform that action at this time.
0 commit comments