File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 path : _proto_ci
2121 - run : mv _proto_ci ../proto
2222
23- - uses : actions/setup-go@v6
23+ - uses : actions/setup-go@v7
2424 with :
2525 go-version : ' 1.25'
2626
Original file line number Diff line number Diff line change 2828 with :
2929 repository : InstaNode-dev/proto
3030 path : proto
31- - uses : actions/setup-go@v6
31+ - uses : actions/setup-go@v7
3232 with :
3333 go-version-file : common/go.mod
3434 - uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 2525 repository : InstaNode-dev/proto
2626 path : proto
2727 continue-on-error : true
28- - uses : actions/setup-go@v6
28+ - uses : actions/setup-go@v7
2929 with :
3030 go-version-file : common/go.mod
3131 - name : Generate coverage
4444 # Tool: diff-cover (https://github.com/Bachmann1234/diff-cover) reads a
4545 # Cobertura report + the git diff vs the base branch.
4646 # ------------------------------------------------------------------
47- - uses : actions/setup-python@v6
47+ - uses : actions/setup-python@v7
4848 if : github.event_name == 'pull_request'
4949 with :
5050 python-version : ' 3.12'
Original file line number Diff line number Diff line change 2828 repository : InstaNode-dev/proto
2929 path : proto
3030 continue-on-error : true
31- - uses : actions/setup-go@v6
31+ - uses : actions/setup-go@v7
3232 with :
3333 go-version-file : common/go.mod
3434 - uses : golangci/golangci-lint-action@v9
Original file line number Diff line number Diff line change 2525 with :
2626 repository : InstaNode-dev/proto
2727 path : proto
28- - uses : actions/setup-go@v6
28+ - uses : actions/setup-go@v7
2929 with :
3030 go-version-file : common/go.mod
3131 check-latest : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
1717 scan :
18- uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8
18+ uses : google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.5.0
1919 permissions :
2020 actions : read
2121 contents : read
Original file line number Diff line number Diff line change 1515 timeout-minutes : 3
1616 steps :
1717 - uses : actions/checkout@v7
18- - uses : crate-ci/typos@v1.48 .0
18+ - uses : crate-ci/typos@v1.49 .0
1919 continue-on-error : true # warn-only — surface findings without blocking CI
You can’t perform that action at this time.
0 commit comments