We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5f75d4 + 6ccedeb commit ad32991Copy full SHA for ad32991
.github/workflows/powershell-pr-check.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
if: github.repository == 'microsoft/codeql'
14
permissions:
15
- contents: write
+ contents: read
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v3
.github/workflows/sync-main.yml
@@ -2,7 +2,6 @@ name: Sync Main
2
on:
3
schedule:
4
- cron: '55 * * * *'
5
- workflow_dispatch:
6
jobs:
7
sync-main:
8
name: Sync-main
0 commit comments