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/workflows/auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
auto-close:
permissions:
issues: write # label, comment on, and close resolved issues
uses: whuppi/ci/.github/workflows/auto-close.yml@v2.0.5
uses: whuppi/ci/.github/workflows/auto-close.yml@v2.4.0
with:
# Team slug, not a hardcoded person — membership is managed in the org
# (the same team CODEOWNERS uses), so a maintainer change never edits this.
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: analyze

Expand All @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: analyze-floor

Expand All @@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: platforms

Expand All @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: test-guards

Expand All @@ -144,7 +144,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: test

Expand All @@ -160,7 +160,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: test-web
chrome: 'true'
Expand All @@ -178,7 +178,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
with:
make-target: test-example

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug-ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
persist-credentials: false

- uses: whuppi/ci/actions/debug-ssh@v2.0.5
- uses: whuppi/ci/actions/debug-ssh@v2.4.0

- name: Keep alive (touch /tmp/stop to end)
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- name: Check filter
id: filter
uses: whuppi/ci/actions/matrix-filter@v2.0.5
uses: whuppi/ci/actions/matrix-filter@v2.4.0
with:
name: ${{ matrix.name }}
filter: ${{ needs.inputs.outputs.filter }}
Expand All @@ -105,7 +105,7 @@ jobs:
if: steps.filter.outputs.match == 'true'
with:
persist-credentials: false
- uses: whuppi/ci/actions/make-target@v2.0.5
- uses: whuppi/ci/actions/make-target@v2.4.0
if: steps.filter.outputs.match == 'true'
with:
make-target: ${{ matrix.make }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
permissions:
contents: read # checkout reads .github/labels.json
issues: write # labels are managed through the Issues API
uses: whuppi/ci/.github/workflows/labels.yml@v2.0.5
uses: whuppi/ci/.github/workflows/labels.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
checks:
permissions:
contents: read # the reusable jobs only checkout + lint, read-only
uses: whuppi/ci/.github/workflows/pr-checks.yml@v2.0.5
uses: whuppi/ci/.github/workflows/pr-checks.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
release:
permissions:
contents: write # create the release/tag, edit notes, ephemeral publish commit
uses: whuppi/ci/.github/workflows/release.yml@v2.0.5
uses: whuppi/ci/.github/workflows/release.yml@v2.4.0
with:
branch: ${{ inputs.branch || github.ref_name }}
runner: ${{ inputs.runner || 'ubuntu-24.04' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
retry:
permissions:
actions: write # gh run rerun re-runs the failed jobs of the run
uses: whuppi/ci/.github/workflows/retry.yml@v2.0.5
uses: whuppi/ci/.github/workflows/retry.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
contents: read # labeler reads .github/labeler.yml + the PR file list
issues: write # assign maintainer on issue-opened events
pull-requests: write # apply labels, revoke ready-to-test, post notices
uses: whuppi/ci/.github/workflows/triage.yml@v2.0.5
uses: whuppi/ci/.github/workflows/triage.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
permissions:
contents: write # pushes the chore/flutter-sdk + chore/lockfiles branches
pull-requests: write # opens / edits the upgrade PRs
uses: whuppi/ci/.github/workflows/upgrade-check.yml@v2.0.5
uses: whuppi/ci/.github/workflows/upgrade-check.yml@v2.4.0
with:
branch: dev

Expand Down
Loading