Skip to content

ci: update latest release branch#713

Open
calebdoxsey wants to merge 1 commit into
mainfrom
cdoxsey/update-release-branches
Open

ci: update latest release branch#713
calebdoxsey wants to merge 1 commit into
mainfrom
cdoxsey/update-release-branches

Conversation

@calebdoxsey

Copy link
Copy Markdown
Contributor

Summary

In addition to updating main, update the latest release branch. Same as pomerium/pomerium#6524

Related issues

Checklist:

  • add related issues
  • updated unit tests
  • docs label added if changes affect user experience.
  • ready for review

@calebdoxsey
calebdoxsey requested a review from a team as a code owner July 16, 2026 01:16
@calebdoxsey
calebdoxsey requested a review from kralicky July 16, 2026 01:16
Comment on lines +15 to +49
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
ref: ${{ inputs.branch }}

- name: Setup ASDF
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47

- name: Update Tools
run: ./scripts/update-dependencies tools

- name: Update Docker Dependencies
run: ./scripts/update-dependencies docker

- name: Update Pomerium Dependencies
if: ${{ inputs.branch == 'main' }}
run: ./scripts/update-dependencies pomerium

- name: Generate
run: make generate

- name: Create Pull Request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
with:
author: GitHub Actions <apparitor@users.noreply.github.com>
base: ${{ inputs.branch }}
body: "This PR updates dependencies not managed by dependabot."
branch: ci/update-${{ inputs.branch }}
commit-message: "ci: update dependencies"
delete-branch: true
labels: ci
title: "ci: update ${{ inputs.branch }} dependencies"
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants