Skip to content

Commit ea77641

Browse files
updateclibot[bot]updatecli
andauthored
deps(github/action): bump all dependencies (#54)
* chore: deps(github): bump Action release for actions/checkout from de... ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to df4cb1c069e1874edd31b4311f1884172cec0e10 (Pinned from v6.0.3) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for crate-ci/typos from 02ea... ... 592e44b3a53c302f697cddca7641cd051c3d to 37bb98842b0d8c4ffebdb75301a13db0267cef89 (Pinned from v1.47.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from de0fac... ... 2e4500dabe0009e67214ff5f5447ce83dd to df4cb1c069e1874edd31b4311f1884172cec0e10 (Pinned from v6.0.3) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from de0fac... ... 2e4500dabe0009e67214ff5f5447ce83dd to df4cb1c069e1874edd31b4311f1884172cec0e10 (Pinned from v6.0.3) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from de0fac... ... 2e4500dabe0009e67214ff5f5447ce83dd to df4cb1c069e1874edd31b4311f1884172cec0e10 (Pinned from v6.0.3) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/checkout from de... ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to df4cb1c069e1874edd31b4311f1884172cec0e10 (Pinned from v6.0.3) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for zizmorcore/zizmor-action... ... from 71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 to 5f14fd08f7cf1cb1609c1e344975f152c7ee938d (Pinned from v0.5.6) Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <bot@updatecli.io>
1 parent 23a6d2c commit ea77641

5 files changed

Lines changed: 9 additions & 13 deletions

File tree

.github/workflows/typos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
contents: read
1010
steps:
1111
- name: Checkout Actions Repository
12-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1313
- name: Check spelling of file.txt
14-
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
14+
uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
13-
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
13+
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
1414
- name: "Setup updatecli"
1515
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
1616
with:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout"
12-
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
12+
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
1313
- name: "Setup updatecli"
1414
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
1515
with:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
13-
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
13+
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
1414
- name: "Setup updatecli"
1515
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
1616
with:

.github/workflows/zizmor.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
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
1411
permissions:
1512
security-events: write
1613
steps:
1714
- name: Checkout repository
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1916
with:
2017
persist-credentials: false
21-
22-
- name: Run zizmor 🌈
23-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
18+
- name: "Run zizmor \U0001F308"
19+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
2420
with:
2521
# intentionally not scanning the entire repository,
2622
inputs: ./.github/

0 commit comments

Comments
 (0)