更新证书信息

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