mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-05 06:45:28 +08:00
ci: remove options no longer needed (#474)
This commit is contained in:
parent
21d2e6ea58
commit
ff64ad3cd4
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@ -11,11 +11,6 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- run: git checkout HEAD^2
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
|
Loading…
Reference in New Issue
Block a user