File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ jobs:
106106
107107 steps :
108108 - name : Switch to using Python 3.13 by default
109- uses : actions/setup-python@v5
109+ # yamllint disable-line rule:line-length
110+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110111 with :
111112 python-version : 3.13
112113 - name : Check out src from Git
@@ -268,7 +269,8 @@ jobs:
268269
269270 steps :
270271 - name : Switch to using Python 3.13
271- uses : actions/setup-python@v5
272+ # yamllint disable-line rule:line-length
273+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
272274 with :
273275 python-version : 3.13
274276
Original file line number Diff line number Diff line change 5050 ref : ${{ github.event.pull_request.head.sha }}
5151 # Skip terraform_tflint which interferes to commit pre-commit auto-fixes
5252 # yamllint disable-line rule:line-length
53- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
53+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
5454 with :
5555 python-version : ' 3.9'
5656 - name : Execute pre-commit
Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ jobs:
155155 Switch to using Python v${{ inputs.python-version }}
156156 by default
157157 id: python-install
158- uses: actions/setup-python@v5
158+ # yamllint disable-line rule:line-length
159+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159160 with:
160161 python-version: ${{ inputs.python-version }}
161162
You can’t perform that action at this time.
0 commit comments