Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
0f506fa
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
updateclibot[bot] Jul 17, 2026
e681874
chore: deps(github): bump Action release for actions/checkout from 9c...
updateclibot[bot] Jul 21, 2026
829845a
chore: deps(github): bump Action release for actions/checkout from 9c...
updateclibot[bot] Jul 21, 2026
870c832
chore: deps(github): bump Action release for actions/checkout from 9c...
updateclibot[bot] Jul 21, 2026
9b7e0a5
chore: deps(github): bump Action tag for actions/checkout from 9c091b...
updateclibot[bot] Jul 21, 2026
b6323b3
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
updateclibot[bot] Jul 24, 2026
13870f4
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
updateclibot[bot] Aug 2, 2026
90c178e
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Aug 8, 2026
86cee66
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Aug 8, 2026
0d29e2d
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Aug 8, 2026
96da710
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Aug 15, 2026
41e7e12
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Aug 15, 2026
f9f9282
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Aug 15, 2026
8b096f1
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
updateclibot[bot] Aug 31, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0
uses: "updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564" # v3.6.0
- name: "Run updatecli"
run: updatecli compose apply --clean-git-branches=true --experimental
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0
uses: "updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564" # v3.6.0
- name: "Test updatecli in dry-run mode"
run: "updatecli compose diff"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0
uses: "updatecli/updatecli-action@41b9c8d707830a9daebaeaa84c1b62d60b779564" # v3.6.0
- name: "Run updatecli only on monitored pipelines"
run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: "Run zizmor \U0001F308"
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
with:
# intentionally not scanning the entire repository,
inputs: ./.github/
Expand Down