Skip to content

Commit 7b500f4

Browse files
build(deps): bump the gh-actions group across 1 directory with 7 updates (#1574)
Bumps the gh-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [foundry-rs/foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain) | `1.7.0` | `1.8.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `6.0.0` | `6.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` | | [cachix/install-nix-action](https://github.com/cachix/install-nix-action) | `31.10.5` | `31.10.6` | | [cachix/cachix-action](https://github.com/cachix/cachix-action) | `1eb2ef646ac0255473d23a5907ad7b04ce94065c` | `5f2d7c5294214f71b873db4b969586b980625e71` | Updates `foundry-rs/foundry-toolchain` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/foundry-rs/foundry-toolchain/releases) - [Changelog](https://github.com/foundry-rs/foundry-toolchain/blob/master/RELEASE.md) - [Commits](foundry-rs/foundry-toolchain@8789b3e...c7450ba) Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f) Updates `docker/metadata-action` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@030e881...80c7e94) Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) Updates `cachix/install-nix-action` from 31.10.5 to 31.10.6 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](cachix/install-nix-action@ab73962...8aa0397) Updates `cachix/cachix-action` from 1eb2ef646ac0255473d23a5907ad7b04ce94065c to 5f2d7c5294214f71b873db4b969586b980625e71 - [Release notes](https://github.com/cachix/cachix-action/releases) - [Changelog](https://github.com/cachix/cachix-action/blob/master/RELEASE.md) - [Commits](cachix/cachix-action@1eb2ef6...5f2d7c5) --- updated-dependencies: - dependency-name: foundry-rs/foundry-toolchain dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: cachix/install-nix-action dependency-version: 31.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: cachix/cachix-action dependency-version: 5f2d7c5294214f71b873db4b969586b980625e71 dependency-type: direct:production dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42f4b0a commit 7b500f4

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
SOLC_VER: ${{ matrix.solc }}
259259

260260
- name: Install Foundry
261-
uses: foundry-rs/foundry-toolchain@8789b3e21e6c11b2697f5eb56eddae542f746c10 # v1
261+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1
262262

263263
- name: Download testsuite
264264
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

.github/workflows/docker.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
PLATFORM: "${{ matrix.platform }}"
3333

3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
35+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
3636
id: buildx
3737
with:
3838
install: true
3939

4040
- name: Set Docker metadata (Ubuntu & NVM variant)
4141
id: meta-ubuntu
42-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
42+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
4343
with:
4444
images: |
4545
ghcr.io/${{ github.repository }}/echidna
@@ -58,21 +58,21 @@ jobs:
5858
} >> "$GITHUB_OUTPUT"
5959
6060
- name: GitHub Container Registry Login
61-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
61+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.actor }}
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Docker Hub Login
68-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
68+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
6969
if: github.repository == 'crytic/echidna'
7070
with:
7171
username: ${{ secrets.DOCKERHUB_USERNAME }}
7272
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
7373

7474
- name: Docker Build and Push (Ubuntu & NVM variant)
75-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
75+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
7676
id: build-ubuntu
7777
with:
7878
platforms: ${{ matrix.platform }}
@@ -116,25 +116,25 @@ jobs:
116116
merge-multiple: true
117117

118118
- name: GitHub Container Registry Login
119-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
119+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
120120
with:
121121
registry: ghcr.io
122122
username: ${{ github.actor }}
123123
password: ${{ secrets.GITHUB_TOKEN }}
124124

125125
- name: Docker Hub Login
126-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
126+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
127127
if: github.repository == 'crytic/echidna'
128128
with:
129129
username: ${{ secrets.DOCKERHUB_USERNAME }}
130130
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
131131

132132
- name: Set up Docker Buildx
133-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
133+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
134134

135135
- name: Set Docker metadata (Ubuntu & NVM variant)
136136
id: meta-ubuntu
137-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
137+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6
138138
with:
139139
images: |
140140
ghcr.io/${{ github.repository }}/echidna

.github/workflows/hlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Install Nix
24-
uses: cachix/install-nix-action@ab739621df7a23f52766f9ccc97f38da6b7af14f # v31
24+
uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31
2525
with:
2626
nix_path: nixpkgs=channel:nixos-unstable
2727

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
5252

5353
- name: Configure Cachix
54-
uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
54+
uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
5555
with:
5656
name: trailofbits
5757
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)