File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717
1818 - name : Set up Go
19- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
19+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2020 with :
2121 go-version-file : go.mod
2222
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2121
22- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
22+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2323 with :
2424 python-version : 3.x
2525
@@ -48,11 +48,11 @@ jobs:
4848 steps :
4949 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5050
51- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
51+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5252 with :
5353 python-version : 3.x
5454
55- - uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
55+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
5656 with :
5757 path : ~/.cache/golangci-lint
5858 key : pre-commit-golangci-lint|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}|${{ hashFiles('**/*.go') }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
13- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
13+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1414 with :
1515 go-version-file : go.mod
1616
5555 steps :
5656 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5757
58- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
58+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5959 with :
6060 go-version-file : go.mod
6161
@@ -173,7 +173,7 @@ jobs:
173173 steps :
174174 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
175175
176- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
176+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
177177 with :
178178 go-version-file : go.mod
179179
You can’t perform that action at this time.
0 commit comments