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
62b784b
chore: deps(github): bump Action tag for crate-ci/typos from 02ea592e...
Apr 20, 2026
01279cb
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
Apr 20, 2026
b5550de
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Apr 21, 2026
e84364a
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Apr 21, 2026
bc3779f
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Apr 21, 2026
4040645
chore: deps(github): bump Action release for crate-ci/typos from cf5f...
Apr 28, 2026
8157d1e
chore: deps(github): bump Action tag for crate-ci/typos from 7c572958...
May 1, 2026
08ff0b5
chore: deps(github): bump Action tag for crate-ci/typos from bbaefadf...
May 9, 2026
1f7d5b0
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
May 15, 2026
779b9b9
chore: deps(github): bump Action release for updatecli/updatecli-acti...
May 16, 2026
0a67631
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
May 16, 2026
1907ff1
chore: deps(github): bump Action release for updatecli/updatecli-acti...
May 16, 2026
e957972
chore: deps(github): bump Action release for crate-ci/typos from 5374...
May 17, 2026
efe2e58
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
May 17, 2026
ff855c6
chore: deps(github): bump Action release for crate-ci/typos from aca8...
May 24, 2026
9de41d1
chore: deps(github): bump Action tag for crate-ci/typos from 7b04f660...
May 29, 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/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check spelling of file.txt
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 # v1.47.0
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
with:
version: "v0.116.3"
- name: "Run updatecli"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
with:
version: "v0.116.3"
- name: "Test updatecli in dry-run mode"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
with:
version: "v0.116.3"
- name: "Run updatecli only on existing pipelines"
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
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
Expand All @@ -18,9 +15,8 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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