Skip to content

Commit 33ecf57

Browse files
deps(github/action): bump all dependencies (#104)
* chore: deps(github): bump Action release for crate-ci/typos from bbae... ... fadf97b0ec5fdc942684b647f1a6ab250274 to 5374cbf686e897b15713110e233094e2874de7ef (Pinned from v1.46.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 2c3221bc5f4499a99fec2c87d9de4a83cb30e990 to e71be7554f3f940bc439cf720b3e4e379823c562 (Pinned from v3.2.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 2c3221bc5f4499a99fec2c87d9de4a83cb30e990 to e71be7554f3f940bc439cf720b3e4e379823c562 (Pinned from v3.2.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 2c3221bc5f4499a99fec2c87d9de4a83cb30e990 to e71be7554f3f940bc439cf720b3e4e379823c562 (Pinned from v3.2.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 2c3221bc5f4499a99fec2c87d9de4a83cb30e990 to e71be7554f3f940bc439cf720b3e4e379823c562 (Pinned from v3.2.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for zizmorcore/zizmor-action... ... from b1d7e1fb5de872772f31590499237e7cce841e8e to b572f7b1a1c2d41efaab43d504f68d215c3cd727 (Pinned from v0.5.4) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent fb6142d commit 33ecf57

6 files changed

Lines changed: 8 additions & 12 deletions

File tree

.github/workflows/typos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
persist-credentials: false
1818
- name: Run typos
19-
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
19+
uses: crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1
2020
with:
2121
config: _typos.toml

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
18+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
1919
with:
2020
version: "v0.116.3"
2121
- name: "Run updatecli"

.github/workflows/updatecli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: "Install Updatecli"
24-
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
24+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
2525
with:
2626
version: "v0.116.3"
2727
- name: "Run updatecli only on release pipelines"

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- name: "Setup updatecli"
16-
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
16+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
1717
with:
1818
version: "v0.116.3"
1919
- name: "Test updatecli in dry-run mode"

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: "Setup updatecli"
30-
uses: "updatecli/updatecli-action@2c3221bc5f4499a99fec2c87d9de4a83cb30e990" # v3.1.3
30+
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
3131
with:
3232
version: "v0.116.3"
3333
- name: "Run updatecli"

.github/workflows/zizmor.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
name: GitHub Actions Security Analysis with zizmor 🌈
2-
1+
name: "GitHub Actions Security Analysis with zizmor \U0001F308"
32
on:
43
push:
54
branches: ["main"]
65
pull_request:
76
branches: ["**"]
8-
97
permissions: {}
10-
118
jobs:
129
zizmor:
1310
runs-on: ubuntu-latest
@@ -18,9 +15,8 @@ jobs:
1815
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1916
with:
2017
persist-credentials: false
21-
22-
- name: Run zizmor 🌈
23-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
18+
- name: "Run zizmor \U0001F308"
19+
uses: zizmorcore/zizmor-action@b572f7b1a1c2d41efaab43d504f68d215c3cd727 # v0.5.4
2420
with:
2521
# intentionally not scanning the entire repository,
2622
inputs: ./.github/

0 commit comments

Comments
 (0)