File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ updates:
4242 interval : " weekly"
4343 open-pull-requests-limit : 5
4444 groups :
45- github-actions :
45+ github_actions :
4646 patterns :
4747 - " *"
4848 commit-message :
4949 prefix : " ci"
5050 labels :
5151 - " dependencies"
52- - " github-actions "
52+ - " github_actions "
Original file line number Diff line number Diff line change 2727 outputs :
2828 labels : ${{ steps.match-label.outputs.match }}
2929 steps :
30- - uses : actions/checkout@v6
30+ - uses : actions/checkout@v7
3131 - id : match-label
3232 shell : bash
3333 run : |
Original file line number Diff line number Diff line change 8989 packages : read
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@v6
92+ uses : actions/checkout@v7
9393
9494 - name : Set up Docker Buildx
9595 uses : docker/setup-buildx-action@v4
Original file line number Diff line number Diff line change 8686 - 5000:5000
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v6
89+ uses : actions/checkout@v7
9090
9191 - name : Set up Docker Buildx
9292 uses : docker/setup-buildx-action@v4
Original file line number Diff line number Diff line change 7474 packages : write
7575 steps :
7676 - name : Checkout
77- uses : actions/checkout@v6
77+ uses : actions/checkout@v7
7878
7979 - name : Set up Docker Buildx
8080 uses : docker/setup-buildx-action@v4
Original file line number Diff line number Diff line change 1414 contains-labels :
1515 if : ${{!startsWith(github.head_ref, 'release/')}}
1616 runs-on : ubuntu-latest
17+ # The action approves the PR (creates a review) when labels are valid,
18+ # which requires write access, not just read.
1719 permissions :
18- pull-requests : read
20+ pull-requests : write
1921 steps :
2022 - uses : jesusvasquez333/verify-pr-label-action@v1.4.0
2123 with :
Original file line number Diff line number Diff line change 3535 permissions :
3636 contents : write
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939
4040 - uses : marvinpinto/action-automatic-releases@latest
4141 with :
5353 outputs :
5454 main_pr : ${{ steps.create_main_pr.outputs.pull_request_number }}
5555 steps :
56- - uses : actions/checkout@v6
56+ - uses : actions/checkout@v7
5757
5858 - name : Create release branch
5959 run : git checkout -b release/${{ inputs.version }}
@@ -116,7 +116,7 @@ jobs:
116116 packages : read
117117 pull-requests : write
118118 steps :
119- - uses : actions/checkout@v6
119+ - uses : actions/checkout@v7
120120
121121 - name : Install grype
122122 run : |
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG PYTHON_RUNTIME_TRIXIE_IMAGE=python-runtime:py3.14-glibc-trixie
1717ARG PYTHON_RUNTIME_SLIM_IMAGE=python-runtime:py3.14-glibc-trixie-slim
1818ARG PYTHON_RUNTIME_ALPINE_IMAGE=python-runtime:py3.14-musl-alpine
1919
20- FROM alpine/git:2.52 .0@sha256:4a0e72d49596a1f5d3701aeedafdadc5c0da4062be4657c7bdc4017387f591cc AS gtsam-source
20+ FROM alpine/git:v2.54 .0@sha256:113d99116e236f93f0b1f53cd46dbda662cf1136d20dc9ae2834962226654d9f AS gtsam-source
2121ARG GTSAM_VERSION
2222WORKDIR /usr/src
2323RUN git clone --quiet --depth 1 --branch "${GTSAM_VERSION}" https://github.com/borglab/gtsam.git
You can’t perform that action at this time.
0 commit comments