This commit is contained in:
pagedown
2023-02-11 20:43:42 +08:00
parent e388326929
commit dcddaf33e0

View File

@@ -23,11 +23,6 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Checkout repository
uses: actions/checkout@v3
with:
@@ -35,6 +30,11 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2