File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525
2626 steps :
2727 - name : Check out code
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
28+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2929
3030 - name : " Set up Go ${{ matrix.gover }}"
31- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
31+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3232 with :
3333 go-version : ${{ matrix.go != 'go.mod' && matrix.go || null }}
3434 go-version-file : ${{ matrix.go == 'go.mod' && 'go.mod' || null }}
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Check out code
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
18+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1919 - name : Version Check
2020 uses : docker://ghcr.io/sudo-bmitch/version-bump:edge
2121 with :
Original file line number Diff line number Diff line change 1- {"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v5 .0.0","version":"08c6903cd8c0fde910a37f88322edcfb5dd907a8 "}
2- {"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.0 .0","version":"44694675825211faa026b3c33043df3e48a5fa00 "}
3- {"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v5 .0.0"}
4- {"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.0 .0"}
5- {"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.19.0 "}
1+ {"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v6 .0.0","version":"1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 "}
2+ {"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.1 .0","version":"4dc6199c7b1a012772edbd06daecab0f50c9053c "}
3+ {"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v6 .0.0"}
4+ {"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.1 .0"}
5+ {"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.19.1 "}
66{"name":"makefile-staticcheck","key":"https://github.com/dominikh/go-tools.git","version":"v0.6.1"}
Original file line number Diff line number Diff line change 11GOPATH? =$(shell go env GOPATH)
2- MARKDOWN_LINT_VER? =v0.19.0
2+ MARKDOWN_LINT_VER? =v0.19.1
33STATICCHECK_VER? =v0.6.1
44VER_BUMP? =$(shell command -v version-bump 2>/dev/null)
55VER_BUMP_CONTAINER? =sudobmitch/version-bump:edge
You can’t perform that action at this time.
0 commit comments