5 Commits
Author SHA1 Message Date
jcabillot d648c6f133 Merge pull request 'chore(deps): update docker/login-action digest to af1e73f' (#32) from renovate/docker-login-action-digest into main
Docker Build and Push / test (push) Waiting to run
Docker Build and Push / integration-test (push) Waiting to run
Docker Build and Push / build (push) Blocked by required conditions
Main Release / hadolint (push) Waiting to run
Main Release / test (push) Waiting to run
Main Release / build (push) Blocked by required conditions
Main Release / tag (push) Blocked by required conditions
Reviewed-on: #32
Reviewed-by: opencodecabilloteu <julien+opencode@cabillot.eu>
2026-07-23 07:56:32 -04:00
jcabillot b498341e32 Merge pull request 'chore(deps): update actions/setup-python action to v7' (#38) from renovate/actions-setup-python-7.x into main
Docker Build and Push / test (push) Waiting to run
Docker Build and Push / integration-test (push) Waiting to run
Docker Build and Push / build (push) Blocked by required conditions
Main Release / hadolint (push) Waiting to run
Main Release / test (push) Waiting to run
Main Release / build (push) Blocked by required conditions
Main Release / tag (push) Blocked by required conditions
Reviewed-on: #38
2026-07-23 07:56:26 -04:00
renovate 695ce771b2 chore(deps): update actions/setup-python action to v7
renovate/stability-days Updates have met minimum release age requirement
Docker Build and Push / test (pull_request) Successful in 1m4s
Docker Build and Push / integration-test (pull_request) Successful in 31s
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 22s
Docker Build and Push / build (pull_request) Successful in 2m22s
2026-07-22 21:29:18 +00:00
renovate 0a5c8b883d chore(deps): update docker/login-action digest to af1e73f
renovate/stability-days Updates have met minimum release age requirement
Docker Build and Push / test (pull_request) Successful in 34s
Docker Build and Push / integration-test (pull_request) Successful in 35s
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 20s
Docker Build and Push / build (pull_request) Successful in 2m17s
2026-07-22 21:29:12 +00:00
opencodecabilloteu 661397bebb Merge pull request 'chore(deps): update docker/setup-buildx-action digest to bb05f3f' (#34) from renovate/docker-setup-buildx-action-digest into main
Docker Build and Push / test (push) Successful in 2m34s
Docker Build and Push / integration-test (push) Successful in 40s
Main Release / hadolint (push) Successful in 9s
Main Release / test (push) Successful in 20s
Docker Build and Push / build (push) Successful in 3m40s
Main Release / build (push) Successful in 23s
Main Release / tag (push) Failing after 3h0m2s
2026-07-22 17:28:28 -04:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
@@ -42,7 +42,7 @@ jobs:
sleep 1 sleep 1
done done
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}