Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/package-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
echo "toolchain-cache key: $KEY"

- name: Cache musl sysroot + libc++
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/force-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: bash scripts/dev-shell.sh true

- name: Cache xtask build
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
echo "toolchain-cache key: $KEY"

- name: Cache musl sysroot + libc++
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ jobs:
run: bash scripts/dev-shell.sh true

- name: Cache xtask build
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-homebrew-bottle-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ jobs:
actions: read
steps:
- name: Checkout tap
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
repository: kandelo-dev/homebrew-tap-core
ref: main
path: tap
fetch-depth: 0

- name: Checkout Kandelo workflow source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: Automattic/kandelo
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/reusable-homebrew-bottle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
} >> "$GITHUB_OUTPUT"

- name: Checkout Kandelo workflow source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -156,7 +156,7 @@ jobs:
submodules: false

- name: Checkout tap
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.tap-repository }}
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
include: ${{ fromJson(needs.plan.outputs.matrix) }}
steps:
- name: Checkout Kandelo workflow source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -373,7 +373,7 @@ jobs:
submodules: false

- name: Checkout tap
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.tap-repository }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
}

- name: Checkout reviewed Homebrew implementation
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: Homebrew/brew
Expand Down Expand Up @@ -807,7 +807,7 @@ jobs:
fi

- name: Checkout exact post-build Kandelo validator source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -816,7 +816,7 @@ jobs:
submodules: false

- name: Checkout exact post-build tap source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.tap-repository }}
Expand Down Expand Up @@ -997,7 +997,7 @@ jobs:
include: ${{ fromJson(needs.plan.outputs.matrix) }}
steps:
- name: Checkout exact Kandelo validator source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand Down Expand Up @@ -1190,7 +1190,7 @@ jobs:
include: ${{ fromJson(needs.plan.outputs.formula-matrix) }}
steps:
- name: Checkout exact Kandelo index publisher source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand Down Expand Up @@ -1383,7 +1383,7 @@ jobs:
include: ${{ fromJson(needs.plan.outputs.matrix) }}
steps:
- name: Checkout exact Kandelo verifier source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -1392,7 +1392,7 @@ jobs:
submodules: false

- name: Checkout exact Kandelo sysroot build source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -1401,7 +1401,7 @@ jobs:
submodules: false

- name: Checkout exact tap source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.tap-repository }}
Expand All @@ -1428,7 +1428,7 @@ jobs:
}

- name: Checkout reviewed Homebrew implementation for bottle verification
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: Homebrew/brew
Expand Down Expand Up @@ -2103,7 +2103,7 @@ jobs:
fi

- name: Checkout exact post-verification Kandelo generator source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -2112,7 +2112,7 @@ jobs:
submodules: false

- name: Checkout exact post-verification tap source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.tap-repository }}
Expand Down Expand Up @@ -2677,7 +2677,7 @@ jobs:
include: ${{ fromJson(needs.plan.outputs.matrix) }}
steps:
- name: Checkout exact Kandelo finalizer source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.kandelo-repository }}
Expand All @@ -2686,7 +2686,7 @@ jobs:
submodules: false

- name: Checkout exact base tap without credentials
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: ${{ inputs.tap-repository }}
Expand Down Expand Up @@ -2768,7 +2768,7 @@ jobs:

- name: Checkout tap publication branch after payload validation
if: ${{ steps.validate-payload.outcome == 'success' }}
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
repository: ${{ inputs.tap-repository }}
ref: main
Expand Down Expand Up @@ -2812,7 +2812,7 @@ jobs:

- name: Checkout clean tap for a failed-attempt report
if: ${{ always() && (steps.publish-handoff.outcome != 'success' || steps.validate-payload.outcome != 'success' || steps.publish.outcome != 'success') }}
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
repository: ${{ inputs.tap-repository }}
ref: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
}

- name: Checkout exact Kandelo canary source
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
repository: Automattic/kandelo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-package-source-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git -C kandelo submodule update --init --depth 1 musl

- name: Cache Cargo and Kandelo sysroots
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: bash scripts/dev-shell.sh bash scripts/test-homebrew-publish-workflow.sh

- name: Cache xtask build
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/registry
Expand Down
Loading