mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 14:29:42 +08:00
更新证书信息
This commit is contained in:
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@@ -17,6 +17,7 @@ on:
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "main", "dev" ]
|
||||
|
||||
schedule:
|
||||
- cron: '32 12 * * 5'
|
||||
|
||||
@@ -39,7 +40,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
2
.github/workflows/go-update.yml
vendored
2
.github/workflows/go-update.yml
vendored
@@ -11,6 +11,8 @@ jobs:
|
||||
uses: actions/setup-go@main
|
||||
with:
|
||||
go-version: ^1.20
|
||||
stable: true
|
||||
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@main
|
||||
|
||||
|
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@@ -15,9 +15,10 @@ jobs:
|
||||
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.20
|
||||
id: go
|
||||
with:
|
||||
go-version: ^1.20
|
||||
stable: true
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user