File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616 - name : Install greadlink
1717 if : startsWith(runner.os, 'macOS')
1818 run : brew install coreutils
2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232 - name : Set up Python
33- uses : actions/setup-python@v6
33+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3434 with :
3535 python-version : 3.12
3636 - name : Install docs dependencies
@@ -42,13 +42,13 @@ jobs:
4242 runs-on : ubuntu-latest
4343
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646 - name : Set up Go
47- uses : actions/setup-go@v6
47+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4848 with :
4949 go-version : 1.26.1
5050 - name : Set up Python
51- uses : actions/setup-python@v6
51+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5252 with :
5353 python-version : 3.12
5454 - name : Install shfmt
7373
7474 steps :
7575 - name : Repository checkout
76- uses : actions/checkout@v6
76+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7777 with :
7878 fetch-depth : 0
7979
You can’t perform that action at this time.
0 commit comments