@@ -27,11 +27,11 @@ jobs:
2727 runs-on : large_runner_16core_64gb
2828 steps :
2929 - name : Check out code
30- uses : actions/checkout@v6
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131 with :
3232 persist-credentials : false
3333 - name : Set up Go
34- uses : actions/setup-go@v6
34+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3535 with :
3636 check-latest : true
3737 go-version : 1.26.3
@@ -45,11 +45,11 @@ jobs:
4545 runs-on : large_runner_16core_64gb
4646 steps :
4747 - name : Check out code
48- uses : actions/checkout@v6
48+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949 with :
5050 persist-credentials : false
5151 - name : Post coverage report
52- uses : fgrosse/go-coverage-report@v1.3.0
52+ uses : fgrosse/go-coverage-report@cbeb2ab2e32591d690337146ba02a911cc566f3f # v1.3.0
5353 with :
5454 coverage-artifact-name : code-coverage
5555 coverage-file-name : cover.out
@@ -65,18 +65,18 @@ jobs:
6565 runs-on : large_runner_16core_64gb
6666 steps :
6767 - name : Check out code
68- uses : actions/checkout@v6
68+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6969 with :
7070 persist-credentials : false
7171 - name : Set up Go
72- uses : actions/setup-go@v6
72+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7373 with :
7474 check-latest : true
7575 go-version : 1.26.3
7676 - name : Run tests and generate coverage report
7777 run : make build/cover.out
7878 - name : Archive code coverage results
79- uses : actions/upload-artifact@v7
79+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8080 with :
8181 name : code-coverage
8282 path : build/cover.out
0 commit comments