Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
c84e486
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Apr 21, 2026
67879cf
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Apr 21, 2026
50b318e
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Apr 21, 2026
e5cb484
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
updateclibot[bot] Apr 21, 2026
44ff721
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
updateclibot[bot] May 15, 2026
da3295e
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] May 16, 2026
e262f34
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] May 16, 2026
fd9447c
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] May 16, 2026
197e66f
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
updateclibot[bot] May 17, 2026
1f8ac1e
chore: deps(github): bump Action tag for actions/checkout from de0fac...
updateclibot[bot] Jun 3, 2026
16f6bb1
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Jun 3, 2026
1f3e249
chore: deps(github): bump Action tag for actions/checkout from de0fac...
updateclibot[bot] Jun 3, 2026
fdbdcbd
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Jun 3, 2026
c1ae8b3
chore: deps(github): bump Action release for actions/checkout from de...
updateclibot[bot] Jun 3, 2026
6fa5be1
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] Jun 3, 2026
a7cbf75
chore: deps(github): bump Action release for actions/checkout from de...
updateclibot[bot] Jun 3, 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
- name: "Run updatecli only on monitored pipelines"
run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
env:
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
name: GitHub Actions Security Analysis with zizmor 🌈

name: "GitHub Actions Security Analysis with zizmor \U0001F308"
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]

permissions: {}

jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
- name: "Run zizmor \U0001F308"
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
# intentionally not scanning the entire repository,
inputs: ./.github/
Expand Down