1414 runs-on : ubuntu-24.04
1515 timeout-minutes : 10
1616 steps :
17- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818 - name : install deps
1919 # Version of codespell bundled with Ubuntu is way old, so use pip.
2020 run : pip install --break-system-packages codespell==v2.4.1
@@ -30,10 +30,10 @@ jobs:
3030 run :
3131 working-directory : ./common
3232 steps :
33- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
33+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434 with :
3535 fetch-depth : 2
36- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
36+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3737 with :
3838 go-version : 1.26.x
3939 # By default the go cache will only use go.sum in the root which we don't have,
@@ -45,19 +45,19 @@ jobs:
4545 sudo apt-get -qq update
4646 sudo apt-get -qq install libseccomp-dev libgpgme-dev libbtrfs-dev libsubid-dev
4747 - name : lint-common
48- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
48+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
4949 with :
5050 version : " ${{ env.LINT_VERSION }}"
5151 args : --verbose
5252 working-directory : ./common
5353 - name : lint-image
54- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
54+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
5555 with :
5656 version : " ${{ env.LINT_VERSION }}"
5757 args : --verbose
5858 working-directory : ./image
5959 - name : lint-storage
60- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
60+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
6161 with :
6262 version : " ${{ env.LINT_VERSION }}"
6363 args : --verbose
@@ -75,14 +75,14 @@ jobs:
7575 # Base commit sha that we use the lint the commit from
7676 EPOCH_TEST_COMMIT : " ${{ github.event.pull_request.base.sha }}"
7777 steps :
78- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
78+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7979 with :
8080 # By default github actions creates a merge commit which fails the validation,
8181 # we only must validate the actual commits of the author.
8282 ref : ${{ github.event.pull_request.head.sha }}
8383 # Fetch all commits, a sparse checkout with only the commits count in the PR will not result in the right range.
8484 fetch-depth : 0
85- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
85+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8686 with :
8787 go-version : 1.26.x
8888 # See comment on lint task
9494 runs-on : ubuntu-24.04
9595 timeout-minutes : 10
9696 steps :
97- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
98- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
97+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
98+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9999 with :
100100 go-version : 1.26.x
101101 # See comment on lint task
0 commit comments