There was an error while loading. Please reload this page.
1 parent 6adbddf commit c4103dfCopy full SHA for c4103df
1 file changed
.github/workflows/update-code-json.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Setup Go
24
uses: actions/setup-go@v6
25
with:
26
- go-version: '1.22'
+ go-version: '1.25.2'
27
28
- name: Install SCC
29
- run: go install github.com/boyter/scc/v3@latest
+ run: go install github.com/boyter/scc/v3@v3.7.0
30
31
- name: "Generate an App Token"
32
id: generate_token
0 commit comments