File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 # 1. Get installation token from DD-Octo-STS
2525 - name : Obtain Octo-STS token
2626 id : octo-sts
27- uses : DataDog/dd-octo-sts-action@08f2144903ced3254a3dafec2592563409ba2aa0 # v1.0.1
27+ uses : DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4
2828 with :
2929 audience : dd-octo-sts
3030 scope : DataDog/java-profiler
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 cache-amd64-musl :
204204 runs-on : ubuntu-latest
205205 container :
206- image : " alpine:3.21 "
206+ image : " alpine:3.23 "
207207 options : --cpus 2
208208 strategy :
209209 fail-fast : true
Original file line number Diff line number Diff line change 2929 - name : Set up Python
3030 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3131 with :
32- python-version : 3.9
32+ python-version : 3.14
3333 - name : Install Python dependencies
3434 run : |
3535 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 config : ${{ fromJson(needs.filter-musl-configs.outputs.configs) }}
176176 runs-on : ubuntu-latest
177177 container :
178- image : " alpine:3.21 "
178+ image : " alpine:3.23 "
179179 options : --cpus 4 --workdir /github/workspace -v /home/runner/work/_temp:/home/runner/work/_temp
180180 timeout-minutes : 180
181181 steps :
You can’t perform that action at this time.
0 commit comments