@@ -13,30 +13,30 @@ jobs:
1313 name : Code Quality
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-python@v5
18- - uses : pre-commit/action@v2 .0.0
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
18+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3 .0.1
1919
2020 tests :
2121 name : ${{ matrix.os }} / ${{ matrix.python-version }}
2222 runs-on : ${{ matrix.os }}-latest
2323 continue-on-error : ${{ matrix.experimental }}
24- needs : [pre-commit]
24+ needs : [ pre-commit ]
2525 strategy :
2626 matrix :
27- os : [ubuntu, windows, macos]
28- python-version : ["3.10", "3.11", "3.12", "3.13"]
29- experimental : [false]
27+ os : [ ubuntu, windows, macos ]
28+ python-version : [ "3.10", "3.11", "3.12", "3.13" ]
29+ experimental : [ false ]
3030 fail-fast : false
3131
3232 steps :
33- - uses : actions/checkout@v4
34- - uses : actions/setup-go@v5
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+ - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
3535 with :
3636 go-version : ' ^1.23.0'
3737
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242
5656 run : poetry config virtualenvs.in-project true
5757
5858 - name : Set up cache
59- uses : actions/cache@v4
59+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
6060 id : cache
6161 with :
6262 path : .venv
0 commit comments