Skip to content

Commit c4103df

Browse files
BFD-4767: Update update-code-json.yml (#3183)
1 parent 6adbddf commit c4103df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-code-json.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: '1.22'
26+
go-version: '1.25.2'
2727

2828
- name: Install SCC
29-
run: go install github.com/boyter/scc/v3@latest
29+
run: go install github.com/boyter/scc/v3@v3.7.0
3030

3131
- name: "Generate an App Token"
3232
id: generate_token

0 commit comments

Comments
 (0)