|
31 | 31 | run_workflow: ${{ steps.run_workflow.outputs.run }} |
32 | 32 | steps: |
33 | 33 | - name: Checkout repository |
34 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 34 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
35 | 35 | with: |
36 | 36 | persist-credentials: false |
37 | 37 |
|
@@ -63,17 +63,17 @@ jobs: |
63 | 63 | contents: read |
64 | 64 | steps: |
65 | 65 | - name: Checkout repository |
66 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 66 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
67 | 67 | with: |
68 | 68 | persist-credentials: false |
69 | 69 |
|
70 | 70 | - name: Set up Python |
71 | | - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
| 71 | + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
72 | 72 | with: |
73 | 73 | python-version: "3.13" |
74 | 74 |
|
75 | 75 | - name: Install uv |
76 | | - uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 |
| 76 | + uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 |
77 | 77 | with: |
78 | 78 | version: "0.9.7" |
79 | 79 | enable-cache: false |
@@ -116,17 +116,17 @@ jobs: |
116 | 116 | name: unit-tests-with-Python${{ matrix.python-version }} |
117 | 117 | steps: |
118 | 118 | - name: Checkout repository |
119 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 119 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
120 | 120 | with: |
121 | 121 | persist-credentials: false |
122 | 122 |
|
123 | 123 | - name: Set up Python |
124 | | - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
| 124 | + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
125 | 125 | with: |
126 | 126 | python-version: "3.13" |
127 | 127 |
|
128 | 128 | - name: Install uv |
129 | | - uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 |
| 129 | + uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 |
130 | 130 | with: |
131 | 131 | version: "0.9.7" |
132 | 132 | enable-cache: false |
@@ -170,17 +170,17 @@ jobs: |
170 | 170 | name: integration-tests-${{ matrix.task }}-py${{ matrix.python-version }} |
171 | 171 | steps: |
172 | 172 | - name: Checkout repository |
173 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 173 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
174 | 174 | with: |
175 | 175 | persist-credentials: false |
176 | 176 |
|
177 | 177 | - name: Set up Python |
178 | | - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 |
| 178 | + uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
179 | 179 | with: |
180 | 180 | python-version: ${{ matrix.python-version }} |
181 | 181 |
|
182 | 182 | - name: Install uv |
183 | | - uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 |
| 183 | + uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4 |
184 | 184 | with: |
185 | 185 | version: "0.9.7" |
186 | 186 | enable-cache: false |
|
0 commit comments