File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : Switch to using Python 3.13 by default
109- uses : actions/setup-python@v5
109+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110110 with :
111111 python-version : 3.13
112112 - name : Check out src from Git
@@ -268,7 +268,7 @@ jobs:
268268
269269 steps :
270270 - name : Switch to using Python 3.13
271- uses : actions/setup-python@v5
271+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
272272 with :
273273 python-version : 3.13
274274
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,7 @@ jobs:
155155 Switch to using Python v${{ inputs.python-version }}
156156 by default
157157 id: python-install
158- uses: actions/setup-python@v5
158+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159159 with:
160160 python-version: ${{ inputs.python-version }}
161161
You can’t perform that action at this time.
0 commit comments