We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b732f0a commit 946a47aCopy full SHA for 946a47a
.github/workflows/build-release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
27
- name: Set up Go ${{ matrix.go-version }}
28
uses: actions/setup-go@v5
@@ -68,7 +68,7 @@ jobs:
68
}'
69
70
71
72
with:
73
fetch-depth: 0
74
persist-credentials: false
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
- uses: actions/checkout@v5
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
0 commit comments