Skip to content

Commit 24c7a08

Browse files
Bump the all-actions group across 1 directory with 7 updates
Bumps the all-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` | | [digicert/code-signing-software-trust-action](https://github.com/digicert/code-signing-software-trust-action) | `1.1.0` | `1.2.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.15` | `2.0.16` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.293.0` | `1.300.0` | Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v8.0.1) Updates `digicert/code-signing-software-trust-action` from 1.1.0 to 1.2.1 - [Release notes](https://github.com/digicert/code-signing-software-trust-action/releases) - [Commits](digicert/code-signing-software-trust-action@v1.1.0...v1.2.1) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v7.0.1) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) Updates `EmbarkStudios/cargo-deny-action` from 2.0.15 to 2.0.16 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@3fd3802...175dc7f) Updates `ruby/setup-ruby` from 1.293.0 to 1.300.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@dffb23f...e65c17d) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: digicert/code-signing-software-trust-action dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: ruby/setup-ruby dependency-version: 1.300.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8579c49 commit 24c7a08

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
echo "DEB_PKG_DIR=stellar-cli_${version}_${{ matrix.arch }}" >> $GITHUB_ENV
116116
117117
- name: Download Artifact
118-
uses: actions/download-artifact@v8
118+
uses: actions/download-artifact@v8.0.1
119119
with:
120120
name: ${{ env.ARTIFACT_NAME }}
121121

@@ -170,7 +170,7 @@ jobs:
170170
echo "SM_CLIENT_CERT_FILE=D:\\sm_client_cert.p12" >> "$GITHUB_ENV"
171171
172172
- name: Download Artifact
173-
uses: actions/download-artifact@v8
173+
uses: actions/download-artifact@v8.0.1
174174
with:
175175
name: ${{ env.ARTIFACT_NAME }}
176176

@@ -205,7 +205,7 @@ jobs:
205205
if:
206206
github.event_name == 'release' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.head_ref, 'release/')
207207
id: stm-setup
208-
uses: digicert/code-signing-software-trust-action@v1.1.0
208+
uses: digicert/code-signing-software-trust-action@v1.2.1
209209
with:
210210
simple-signing-mode: true
211211
keypair-alias: key_1412258126

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo build --package stellar-cli --release
4141

4242
- name: Upload binary
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
43+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4444
with:
4545
name: stellar-${{ matrix.arch }}
4646
path: target/release/stellar
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: Download binaries
61-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
61+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6262
with:
6363
pattern: stellar-*
6464
merge-multiple: false
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
7171

7272
- name: Log in to Docker Hub
73-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
73+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
7474
with:
7575
username: ${{ secrets.DOCKERHUB_USERNAME }}
7676
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -94,7 +94,7 @@ jobs:
9494
fi
9595
9696
- name: Build and push
97-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
97+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
9898
with:
9999
context: .
100100
platforms: linux/amd64,linux/arm64

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
continue-on-error: ${{ matrix.check == 'advisories' }}
5353
steps:
5454
- uses: actions/checkout@v6
55-
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979
55+
- uses: EmbarkStudios/cargo-deny-action@175dc7fd4fb85ec8f46948fb98f44db001149081
5656
with:
5757
command: check ${{ matrix.check }}
5858

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29-
- uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
29+
- uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
3030
with:
3131
ruby-version: ruby
3232
- name: Run install tests

.github/workflows/test-with-openzeppelin-contracts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: rustup update
2525
- run: sudo apt update && sudo apt install -y libudev-dev libdbus-1-dev
2626
- run: make install
27-
- uses: actions/upload-artifact@v7
27+
- uses: actions/upload-artifact@v7.0.1
2828
with:
2929
name: stellar-cli
3030
path: ~/.cargo/bin/stellar
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v6
5959
with:
6060
repository: OpenZeppelin/stellar-contracts
61-
- uses: actions/download-artifact@v8
61+
- uses: actions/download-artifact@v8.0.1
6262
with:
6363
name: stellar-cli
6464
path: stellar-cli
@@ -89,7 +89,7 @@ jobs:
8989
id: artifact-name
9090
run: echo "name=wasm-$(echo ${{ matrix.dir }} | sed 's/\//-/g')${{ matrix.experimental_spec_shaking_v2 && '-spec-shaking-v2' || '' }}" | tee -a $GITHUB_OUTPUT
9191
- name: Upload WASM artifacts
92-
uses: actions/upload-artifact@v7
92+
uses: actions/upload-artifact@v7.0.1
9393
with:
9494
name: ${{ steps.artifact-name.outputs.name }}
9595
path: ${{ steps.find-wasm.outputs.wasm }}

.github/workflows/test-with-soroban-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: rustup update
2525
- run: sudo apt update && sudo apt install -y libudev-dev libdbus-1-dev
2626
- run: make install
27-
- uses: actions/upload-artifact@v7
27+
- uses: actions/upload-artifact@v7.0.1
2828
with:
2929
name: stellar-cli
3030
path: ~/.cargo/bin/stellar
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
repository: stellar/soroban-examples
6868
ref: main
69-
- uses: actions/download-artifact@v8
69+
- uses: actions/download-artifact@v8.0.1
7070
with:
7171
name: stellar-cli
7272
path: stellar-cli
@@ -97,7 +97,7 @@ jobs:
9797
id: artifact-name
9898
run: echo "name=wasm-$(echo ${{ matrix.dir }} | sed 's/\//-/g')${{ matrix.experimental_spec_shaking_v2 && '-spec-shaking-v2' || '' }}" | tee -a $GITHUB_OUTPUT
9999
- name: Upload WASM artifacts
100-
uses: actions/upload-artifact@v7
100+
uses: actions/upload-artifact@v7.0.1
101101
with:
102102
name: ${{ steps.artifact-name.outputs.name }}
103103
path: ${{ steps.find-wasm.outputs.wasm }}

0 commit comments

Comments
 (0)