Skip to content

Commit

Permalink
try to fix codeQL (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Aug 12, 2024
1 parent d2632a7 commit 5853e4c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
name: "CodeQL"

on:
push:
paths-ignore:
- 'test/Microsoft.IdentityModel.KeyVaultExtensions.Tests/**'
- 'test/Microsoft.IdentityModel.ManagedKeyVaultSecurityKey.Tests/**'
- '/src/Microsoft.IdentityModel.KeyVaultExtensions/**'
- '/src/Microsoft.IdentityModel.ManagedKeyVaultSecurityKey/**'
branches: [ "dev", "dev6x", "dev7x"]
push:
branches: [ "dev" ]
pull_request:
paths-ignore:
- 'test/Microsoft.IdentityModel.KeyVaultExtensions.Tests/**'
- 'test/Microsoft.IdentityModel.ManagedKeyVaultSecurityKey.Tests/**'
- '/src/Microsoft.IdentityModel.KeyVaultExtensions/**'
- '/src/Microsoft.IdentityModel.ManagedKeyVaultSecurityKey/**'
types:
- opened
- synchronize
- reopened
- ready_for_review
branches: [ "dev", "dev6x", "dev7x"]
branches: [ "dev" ]

jobs:
analyze:
Expand Down

0 comments on commit 5853e4c

Please sign in to comment.