Skip to content

Commit f3a2512

Browse files
deps(github/action): bump all dependencies (#2983)
* chore: deps(github): bump Action tag for actions/setup-node from 53b8... ... 3947a5a98c8d113130e565377fae1a50d02f to 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e (Pinned from v6.4.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action branch for ruby/setup-ruby from e65c... ... 17d16e57e481586a6a5a0282698790062f92 to 7372622e62b60b3cb750dcd2b9e32c247ffec26a (Pinned from v1) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/init fr... ... om c10b8064de6f491fea524254123dbe5e09572f13 to 95e58e9a2cdfd71adc6e0353d5c52f41a045d225 (Pinned from v4.35.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/autobui... ... ld from c10b8064de6f491fea524254123dbe5e09572f13 to 95e58e9a2cdfd71adc6e0353d5c52f41a045d225 (Pinned from v4.35.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/analyze... ... from c10b8064de6f491fea524254123dbe5e09572f13 to 95e58e9a2cdfd71adc6e0353d5c52f41a045d225 (Pinned from v4.35.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for crate-ci/typos from 02ea... ... 592e44b3a53c302f697cddca7641cd051c3d to cf5f1c29a8ac336af8568821ec41919923b05a83 (Pinned from v1.45.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 to af341a800cdbcde3ddcebb7a62410ac06a78a207 (Pinned from v3.1.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 to af341a800cdbcde3ddcebb7a62410ac06a78a207 (Pinned from v3.1.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 to af341a800cdbcde3ddcebb7a62410ac06a78a207 (Pinned from v3.1.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from 3e2cbfd2d4bec97ce3ec7155da54ddf599893026 to af341a800cdbcde3ddcebb7a62410ac06a78a207 (Pinned from v3.1.2) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent ead10cb commit f3a2512

7 files changed

Lines changed: 10 additions & 29 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Use Node.js
14-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
14+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1515
with:
1616
node-version: 24
1717
- name: Install Hugo
@@ -20,7 +20,7 @@ jobs:
2020
hugo-version: 0.160.1
2121
extended: true
2222
- name: Install Bundler
23-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1
23+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1
2424
with:
2525
ruby-version: 2.7
2626
bundler-cache: true

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
34+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3535
with:
3636
languages: ${{ matrix.language }}
3737
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -41,7 +41,7 @@ jobs:
4141
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4242
# If this step fails, then you should remove it and run the build manually (see below)
4343
- name: Autobuild
44-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
44+
uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
4545
#- run: |
4646
# make bootstrap
4747
# make release
@@ -52,4 +52,4 @@ jobs:
5252
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
5353
# and modify them (or add more) to build your code if your project
5454
# uses a compiled language
55-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
55+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2

.github/workflows/typos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Checkout Actions Repository
1212
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Check spelling of file.txt
14-
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
14+
uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ on:
66
schedule:
77
# Run at 12:00 every Saterday every 14 days
88
- cron: "0 12 */14 * *"
9-
109
permissions: {}
11-
1210
jobs:
1311
updatecli:
1412
runs-on: ubuntu-latest
@@ -17,12 +15,10 @@ jobs:
1715
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1816
with:
1917
persistent-credentials: false
20-
2118
- name: "Setup updatecli"
22-
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
19+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
2320
with:
2421
version: "v0.116.0"
25-
2622
- name: "Run updatecli"
2723
run: updatecli compose apply --clean-git-branches=true --experimental
2824
env:

.github/workflows/updatecli_release.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99
repository_dispatch:
1010
types:
1111
- "updatecli-release"
12-
1312
permissions: {}
14-
1513
jobs:
1614
updatecli:
1715
runs-on: ubuntu-latest
@@ -23,17 +21,14 @@ jobs:
2321
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
2422
with:
2523
persist-credentials: false
26-
2724
- name: "Install Updatecli"
28-
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
25+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
2926
with:
3027
version: "v0.116.0"
31-
3228
# releasepost is required by the Updatecli
3329
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
3430
- name: "Install Releasepost"
3531
uses: "updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643" # v0.5.0
36-
3732
- name: "Run updatecli only on release pipelines"
3833
run: updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
3934
env:
@@ -43,7 +38,6 @@ jobs:
4338
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
4439
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
4540
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
46-
4741
- name: "Run updatecli"
4842
run: "updatecli compose apply --file updatecli-compose-release.yaml --experimental"
4943
env:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Updatecli Test
22
on:
33
pull_request:
4-
54
permissions:
65
contents: read
7-
86
jobs:
97
updatecli:
108
runs-on: ubuntu-latest
@@ -13,12 +11,10 @@ jobs:
1311
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1412
with:
1513
persist-credentials: false
16-
1714
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
15+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
1916
with:
2017
version: "v0.116.0"
21-
2218
- name: "Test updatecli in dry-run mode"
2319
run: "updatecli compose diff --experimental"
2420
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
98
permissions: {}
10-
119
jobs:
1210
updatecli:
1311
runs-on: ubuntu-latest
@@ -16,12 +14,10 @@ jobs:
1614
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1715
with:
1816
persist-credentials: false
19-
2017
- name: "Setup updatecli"
21-
uses: "updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026" # v3.1.0
18+
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
2219
with:
2320
version: "v0.116.0"
24-
2521
- name: "Run updatecli only on monitored pipelines"
2622
run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2723
env:
@@ -31,7 +27,6 @@ jobs:
3127
UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}
3228
UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3329
UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}
34-
3530
- name: "Run updatecli only on existing pipelines"
3631
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
3732
env:

0 commit comments

Comments
 (0)