Skip to content

Commit

Permalink
Merge pull request #58 from Ken-Tucker/convert-to-linq
Browse files Browse the repository at this point in the history
update ignore paths for codeql
  • Loading branch information
vb2ae authored Nov 2, 2024
2 parents a9b7ad4 + 9491ade commit a0b0ff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ queries:
- uses: security-and-quality

paths-ignore:
- '/ClientNoSqlDB.Samples.Maui/obj'
# Ignore all files with the .Designer.cs extension (generated code)
- '*.Designer.cs'
# Ignore all files with the .generated.cs extension (generated code)
- '*.generated.cs'
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: 11
java-version: 17
- name: search workloads
run: dotnet workload search
- name: restore workloads
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: 11
java-version: 17
- name: search workloads
run: dotnet workload search
- name: restore workloads
Expand Down

0 comments on commit a0b0ff2

Please sign in to comment.