File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9898 - name : Setup Go
9999 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
100100 with :
101- go-version : " ~1.24 "
101+ go-version : " ~1.25.0 "
102102
103103 - name : Log into Docker.io
104104 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
Original file line number Diff line number Diff line change 5757 - name : Setup Go
5858 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5959 with :
60- go-version : " ~1.24 "
60+ go-version : " ~1.25.0 "
6161
6262 - name : Check GoReleaser
6363 uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
Original file line number Diff line number Diff line change 9393 - name : Setup Go
9494 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
9595 with :
96- go-version : " ~1.24 "
96+ go-version : " ~1.25.0 "
9797 check-latest : true
9898
9999 - name : Create artifacts directory to store build artifacts
Original file line number Diff line number Diff line change 9595
9696 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
9797 with :
98- go-version : " ~1.24 "
98+ go-version : " ~1.25.0 "
9999 check-latest : true
100100
101101 - name : Set nightly enabled
@@ -219,7 +219,7 @@ jobs:
219219
220220 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
221221 with :
222- go-version : " ~1.24 "
222+ go-version : " ~1.25.0 "
223223 check-latest : true
224224
225225 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
Original file line number Diff line number Diff line change 3737 fetch-depth : 0
3838 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3939 with :
40- go-version : " ~1.24 "
40+ go-version : " ~1.25.0 "
4141 cache : false
4242 - name : Cache Go
4343 id : go-cache
Original file line number Diff line number Diff line change 3636 - name : Setup Go
3737 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3838 with :
39- go-version : " ~1.24 "
39+ go-version : " ~1.25.0 "
4040 check-latest : true
4141
4242 - name : Tidy go.mod files
Original file line number Diff line number Diff line change 2323 with :
2424 persist-credentials : false
2525
26- - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26+ - uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727 with :
2828 results_file : results.sarif
2929 results_format : sarif
4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Check rate_limit before
2020 run : gh api /rate_limit
21- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
21+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
2222 with :
2323 repo-token : ${{ secrets.GITHUB_TOKEN }}
2424 stale-pr-message : ' This PR was marked stale due to lack of activity. It will be closed in 14 days.'
You can’t perform that action at this time.
0 commit comments