Skip to content

Commit feb5835

Browse files
author
Jake Soenneker
committed
codeql scanning
1 parent 383707b commit feb5835

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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.

0 commit comments

Comments
 (0)