Skip to content

Commit f494617

Browse files
committedJun 20, 2024·
Enable CodeQL in OneBranch
And rely on GitHub's automatic action.
1 parent e6575bf commit f494617

File tree

2 files changed

+9
-53
lines changed

2 files changed

+9
-53
lines changed
 

‎.github/workflows/codeql-analysis.yml

-53
This file was deleted.

‎.pipelines/PowerShellEditorServices-Official.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
trigger: none
1212

13+
schedules:
14+
- cron: '35 13 * * 4'
15+
displayName: Weekly CodeQL
16+
branches:
17+
include:
18+
- main
19+
always: true
20+
1321
parameters:
1422
- name: debug
1523
displayName: Enable debug output
@@ -125,6 +133,7 @@ extends:
125133
**/System.Reactive.dll;
126134
- stage: release
127135
dependsOn: build
136+
condition: ne(variables['Build.Reason'], 'Schedule')
128137
variables:
129138
version: $[ stageDependencies.build.main.outputs['package.version'] ]
130139
prerelease: $[ stageDependencies.build.main.outputs['package.prerelease'] ]

0 commit comments

Comments
 (0)
Please sign in to comment.