We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75fba5 commit 3256184Copy full SHA for 3256184
.github/workflows/codeql.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
28
- name: Initialize CodeQL
29
uses: github/codeql-action/init@v2
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Checkout
15
16
17
- name: Zip Release
18
uses: thedoctor0/zip-release@master
.github/workflows/test.yml
- name: Set up Go
uses: actions/setup-go@v3
0 commit comments