Skip to content

Commit fa0a668

Browse files
authoredMar 17, 2025··
ci(deps): update containerbase/internal-tools action to v3.10.10 (main) (#1642)
ci(deps): update containerbase/internal-tools action to v3.10.10 | datasource | package | from | to | | ----------- | ---------------------------- | ------- | -------- | | github-tags | containerbase/internal-tools | v3.10.8 | v3.10.10 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40a65ab commit fa0a668

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 10
2424

2525
steps:
26-
- uses: containerbase/internal-tools/setup@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8
26+
- uses: containerbase/internal-tools/setup@ab7ced78508bf00270d05e74a26b7ae02b7a8176 # v3.10.10
2727
with:
2828
save-cache: true
2929

@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 10
3535

3636
steps:
37-
- uses: containerbase/internal-tools/setup@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8
37+
- uses: containerbase/internal-tools/setup@ab7ced78508bf00270d05e74a26b7ae02b7a8176 # v3.10.10
3838

3939
- name: lint
4040
run: |
@@ -63,7 +63,7 @@ jobs:
6363
packages: write
6464

6565
steps:
66-
- uses: containerbase/internal-tools/setup@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8
66+
- uses: containerbase/internal-tools/setup@ab7ced78508bf00270d05e74a26b7ae02b7a8176 # v3.10.10
6767
with:
6868
apt-proxy: true
6969

‎.github/workflows/promote.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: docker-config
49-
uses: containerbase/internal-tools@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8
49+
uses: containerbase/internal-tools@ab7ced78508bf00270d05e74a26b7ae02b7a8176 # v3.10.10
5050
with:
5151
command: docker-config
5252

@@ -59,7 +59,7 @@ jobs:
5959

6060
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
6161

62-
- uses: containerbase/internal-tools/setup@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8
62+
- uses: containerbase/internal-tools/setup@ab7ced78508bf00270d05e74a26b7ae02b7a8176 # v3.10.10
6363
with:
6464
checkout: false
6565
apt-proxy: true

0 commit comments

Comments
 (0)
Please sign in to comment.