Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
68f8964
chore: deps(github): bump Action tag for actions/checkout from de0fac...
Jun 2, 2026
c3127be
chore: deps(github): bump Action release for release-drafter/release-...
Jun 2, 2026
8fb39b9
chore: deps(github): bump Action tag for actions/checkout from de0fac...
Jun 2, 2026
47d0007
chore: deps(github): bump Action release for actions/checkout from de...
Jun 2, 2026
441fe7a
chore: deps(github): bump Action tag for actions/checkout from de0fac...
Jun 2, 2026
adca369
chore: deps(github): bump Action tag for crate-ci/typos from bbaefadf...
Jun 2, 2026
db741d3
chore: deps(github): bump Action tag for actions/checkout from de0fac...
Jun 2, 2026
9c9fc09
chore: deps(github): bump Action release for actions/checkout from de...
Jun 2, 2026
f97571f
chore: deps(github): bump Action release for actions/checkout from de...
Jun 2, 2026
c09e42f
chore: deps(github): bump Action tag for actions/checkout from de0fac...
Jun 2, 2026
6981f65
chore: deps(github): bump Action tag for actions/checkout from de0fac...
Jun 2, 2026
957918d
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
Jun 2, 2026
db06d44
chore: deps(github): bump Action release for crate-ci/typos from f8a5...
Jun 3, 2026
67fddca
Merge branch 'main' into updatecli_main_75bba88f02d598aa1c677386f95e5…
olblak Jun 3, 2026
7dbf353
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Jun 3, 2026
a705454
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Jun 3, 2026
b3476a7
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Jun 3, 2026
06e2549
chore: deps(github): bump Action release for updatecli/updatecli-acti...
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
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set Node.js 24.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
with:
config-name: release-drafter.yaml
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Test Javascript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set Node.js 24.x
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Install Updatecli
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Run typos
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
uses: crate-ci/typos@44e2070e6017f834bf069503acb35ca0ca0b75f2 # v1.47.1
with:
config: _typos.toml
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
with:
version: "v0.118.0"
- name: "Run updatecli"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
with:
version: "v0.118.0"
- name: "Run updatecli only on Updatecli release event"
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,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
with:
version: "v0.118.0"
- name: "Test updatecli in dry-run mode"
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 @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
with:
version: "v0.118.0"
- name: "Run updatecli only on monitored pipelines"
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@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
- name: "Run zizmor \U0001F308"
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
# intentionally not scanning the entire repository,
inputs: ./.github/
Expand Down