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 .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# workflow in .circleci/config.yml merges into this file at pipeline runtime.
version: 2.1
orbs:
architect: giantswarm/architect@9.5.5
architect: giantswarm/architect@9.6.0

workflows:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zz_generated.auto_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# devctl
#
# https://github.com/giantswarm/devctl/blob/27c057288502edd9923a520af3177d747980d9fd/pkg/gen/input/workflows/internal/file/auto_release.yaml.template
# https://github.com/giantswarm/devctl/blob/e4220348ee816904c97c98b183b8d1d7386a71ae/pkg/gen/input/workflows/internal/file/auto_release.yaml.template
#
# yamllint disable rule:truthy
# Push-based release tagger + release-page publisher.
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0 # full history so git-cliff sees every commit
fetch-tags: true # ensure tags are present (shallow runners drop them by default)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/zz_generated.semantic_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# devctl
#
# https://github.com/giantswarm/devctl/blob/814a91071850fc945ec1d58f92b761156ad7edb4/pkg/gen/input/workflows/internal/file/semantic_pull_request.yaml.template
# https://github.com/giantswarm/devctl/blob/1e74e9b34eaee80c19dd433c7c298a67ab812605/pkg/gen/input/workflows/internal/file/semantic_pull_request.yaml.template
#
name: semantic-pull-request

Expand All @@ -12,6 +12,7 @@ on:
- opened
- edited
- synchronize
merge_group: {}

permissions: {}

Expand Down