Skip to content

Commit f46b18c

Browse files
chore(deps): update github actions non-major dependencies (#497)
Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com>
1 parent 12d82ef commit f46b18c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/upsert-pr-comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
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

.github/workflows/cache_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/codecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)