File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-24.04
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - name : Checkout code
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
2830 - name : Set up Python
29- uses : actions/setup-python@v5
31+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3032 with :
3133 python-version : 3.12
3234
You can’t perform that action at this time.
0 commit comments