diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 19:51:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 19:51:44 +0800 |
commit | f6d672a3cd9e800e8c330b603fe59398a218db25 (patch) | |
tree | c01d6a3280fd4bfc90e53b23231ad0bff5f383e9 /.github/workflows/codeql.yml | |
parent | 016d9d8c889cefc294097e905aefd2973ae6ba1d (diff) |
chore: change default branch to `main` (#6285)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f21f6bd9..386508a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "Code scanning - action" on: push: - branches: [master] + branches: [main] schedule: - cron: '0 19 * * 0' @@ -24,7 +24,7 @@ jobs: # the head of the pull request instead of the merge commit. - run: git checkout HEAD^2 if: ${{ github.event_name == 'pull_request' }} - + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 |