We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24744b9 commit 8c00709Copy full SHA for 8c00709
2 files changed
.github/workflows/cron.yml
@@ -13,12 +13,14 @@ jobs:
13
- name: Set up Go 1.x
14
uses: actions/setup-go@v3
15
with:
16
- go-version: ^1.19
+ go-version: ^1.22
17
18
- name: Check out code into the Go module directory
19
uses: actions/checkout@v3
20
21
- name: Run croncheck
22
+ env:
23
+ NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
24
run: go run ./croncheck
25
26
- name: The job has failed
.github/workflows/pr.yml
@@ -25,4 +25,6 @@ jobs:
run: go test -v ./...
27
28
29
30
0 commit comments