更新证书信息

This commit is contained in:
bjdgyc
2024-01-22 15:06:05 +08:00
parent 5731d9a01c
commit 31a1035267
5 changed files with 98 additions and 87 deletions

View File

@@ -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

View File

@@ -11,6 +11,8 @@ jobs:
uses: actions/setup-go@main
with:
go-version: ^1.20
stable: true
- name: Checkout codebase
uses: actions/checkout@main

View File

@@ -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