Skip to content

Commit ebd0266

Browse files
updateclibot[bot]updateclibot
andauthored
deps(github/action): bump all dependencies (#1043)
* chore: deps(github): bump Action tag for actions/checkout from v6.0.2... ... to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/setup-node from ... ... v6.3.0 to 53b83947a5a98c8d113130e565377fae1a50d02f (Pinned from v6.3.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/upload-artifact ... ... from v7.0.0 to bbbca2ddaa5d8feaa63e36b76fdaad77386f024f (Pinned from v7.0.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/checkout from v6... ... .0.2 to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/init fr... ... om v4.34.1 to 38697555549f1db7851b81482ff19f1fa5c4fedc (Pinned from v4.34.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/aut... ... obuild from v4.34.1 to 38697555549f1db7851b81482ff19f1fa5c4fedc (Pinned from v4.34.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/analyze... ... from v4.34.1 to 38697555549f1db7851b81482ff19f1fa5c4fedc (Pinned from v4.34.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for release-drafter/release-... ... drafter from v7.1.1 to 139054aeaa9adc52ab36ddf67437541f039b88e2 (Pinned from v7.1.1) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/checkout from v6... ... .0.2 to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/setup-node from ... ... v6.3.0 to 53b83947a5a98c8d113130e565377fae1a50d02f (Pinned from v6.3.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/checkout from v6... ... .0.2 to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from 1af3b9... ... 3b6815bc44a9784bd300feb67ff0d1eeb3 to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from v2.100.0 to 4b17f4e (Pinned from v2.100.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for actions/checkout from 1a... ... f3b93b6815bc44a9784bd300feb67ff0d1eeb3 to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for updatecli/updatecli-action f... ... rom v2.100.0 to 4b17f4e (Pinned from v2.100.0) Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for actions/checkout from 1af3b9... ... 3b6815bc44a9784bd300feb67ff0d1eeb3 to de0fac2e4500dabe0009e67214ff5f5447ce83dd (Pinned from v6.0.2) Made with ❤️️ by updatecli * chore: deps(github): bump Action release for updatecli/updatecli-acti... ... on from v2.100.0 to 4b17f4e (Pinned from v2.100.0) Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot <bot@updatecli.io>
1 parent cd1dd46 commit ebd0266

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
check-dist:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v6.0.2
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- name: Set Node.js 20.x
26-
uses: actions/setup-node@v6.3.0
26+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727
with:
2828
node-version: 20
2929
cache: npm
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
id: diff
4242
# If index.js was different than expected, upload the expected version as an artifact
43-
- uses: actions/upload-artifact@v7.0.0
43+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4444
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4545
with:
4646
name: dist

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
# Learn more about CodeQL language support at https://git.io/codeql-language-support
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v6.0.2
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v4.34.1
43+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4444
with:
4545
languages: ${{ matrix.language }}
4646
config-file: ./.github/codeql/codeql-config.yml
@@ -51,7 +51,7 @@ jobs:
5151
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v4.34.1
54+
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
5555
#- run: |
5656
# make bootstrap
5757
# make release
@@ -62,4 +62,4 @@ jobs:
6262
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
6363
# and modify them (or add more) to build your code if your project
6464
# uses a compiled language
65-
uses: github/codeql-action/analyze@v4.34.1
65+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: release-drafter/release-drafter@v7.1.1
12+
- uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
1313
with:
1414
config-name: release-drafter.yaml
1515
publish: startsWith(github.ref, "refs/tags")

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: Test Javascript
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6.0.2
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Set Node.js 20.x
17-
uses: actions/setup-node@v6.3.0
17+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1818
with:
1919
node-version: 20
2020
cache: npm
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Git Checkout
32-
uses: actions/checkout@v6.0.2
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
- name: Install Updatecli
3434
uses: ./
3535
- name: Test local action without install-only

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"
13-
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
13+
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1414
- name: "Setup updatecli"
15-
uses: "updatecli/updatecli-action@v2.100.0" # v2.96.0
15+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1616
with:
1717
version: "v0.114.0"
1818
- name: "Run updatecli"

.github/workflows/updatecli_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout"
12-
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
12+
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1313
- name: "Setup updatecli"
14-
uses: "updatecli/updatecli-action@v2.100.0" # v2.96.0
14+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1515
with:
1616
version: "v0.114.0"
1717
- name: "Test updatecli in dry-run mode"

.github/workflows/updatecli_update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: "Checkout"
16-
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
16+
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1717
- name: "Setup updatecli"
18-
uses: "updatecli/updatecli-action@v2.100.0" # v2.96.0
18+
uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1919
with:
2020
version: "v0.114.0"
2121
- name: "Run updatecli only on monitored pipelines"

0 commit comments

Comments
 (0)