We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2360fc commit bb959a8Copy full SHA for bb959a8
.github/workflows/container.yml
@@ -57,7 +57,7 @@ jobs:
57
fetch-depth: 0
58
59
- name: Set up Go
60
- uses: actions/setup-go@v6
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
61
with:
62
go-version-file: 'go.mod'
63
check-latest: true
.github/workflows/go-lint.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v6
53
54
55
56
0 commit comments