File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
133133
134134 - name : Set up Python
135- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
135+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
136136 with :
137137 python-version : " 3.13"
138138
Original file line number Diff line number Diff line change 4545 uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
48+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
Original file line number Diff line number Diff line change 1818 persist-credentials : false
1919
2020 - name : Set up Python
21- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
21+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2222 with :
2323 python-version : ' 3.13.5'
2424
Original file line number Diff line number Diff line change 4444 snyk-version : latest
4545
4646 - name : Set up Python
47- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
47+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4848 with :
4949 python-version : ' 3.13.5'
5050
Original file line number Diff line number Diff line change 6262
6363 - name : Set up Python
6464 if : matrix.tool != 'codeql' # CodeQL has its own Python setup
65- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
65+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
6666 with :
6767 python-version : ' 3.13' # Use a consistent Python version for analysis tools
6868
You can’t perform that action at this time.
0 commit comments