Skip to content

Commit 688970f

Browse files
ci: Bump the actions group with 9 updates (#4)
Bumps the actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.3` | | [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `16` | `22` | | [nix-community/cache-nix-action](https://github.com/nix-community/cache-nix-action) | `6.1.3` | `7.0.2` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5.0.0` | `6.0.0` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3.0.1` | `5.0.0` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.5` | `5.0.0` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.9.1` | `4.1.2` | Updates `actions/checkout` from 4.3.1 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...df4cb1c) Updates `DeterminateSystems/nix-installer-action` from 16 to 22 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@e50d5f7...ef8a148) Updates `nix-community/cache-nix-action` from 6.1.3 to 7.0.2 - [Release notes](https://github.com/nix-community/cache-nix-action/releases) - [Changelog](https://github.com/nix-community/cache-nix-action/blob/main/RELEASES.md) - [Commits](nix-community/cache-nix-action@135667e...7df957e) Updates `actions/cache` from 4.3.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) 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@ea165f8...043fb46) Updates `actions/configure-pages` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@983d773...45bfe01) Updates `actions/upload-pages-artifact` from 3.0.1 to 5.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@56afc60...fc324d3) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) Updates `sigstore/cosign-installer` from 3.9.1 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@398d4b0...6f9f177) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '22' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: nix-community/cache-nix-action dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/configure-pages dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 118cf4d commit 688970f

4 files changed

Lines changed: 40 additions & 40 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ jobs:
3333
runs-on: ubuntu-latest
3434
timeout-minutes: 90
3535
steps:
36-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
36+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737
with:
3838
fetch-depth: 0
3939

40-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
40+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
4141

42-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
42+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
4343
with:
4444
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
4545
restore-prefixes-first-match: nix-${{ runner.os }}-
4646

47-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4848
with:
4949
path: |
5050
~/.cargo/registry
@@ -82,16 +82,16 @@ jobs:
8282
runs-on: ubuntu-latest
8383
timeout-minutes: 60
8484
steps:
85-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
85+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8686

87-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
87+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
8888

89-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
89+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
9090
with:
9191
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
9292
restore-prefixes-first-match: nix-${{ runner.os }}-
9393

94-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
94+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9595
with:
9696
path: |
9797
~/.cargo/registry
@@ -110,7 +110,7 @@ jobs:
110110
firmware-${{ matrix.name }}.uf2
111111
sha256sum firmware-${{ matrix.name }}.uf2
112112
113-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
113+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
114114
with:
115115
name: firmware-${{ matrix.name }}-${{ github.sha }}
116116
path: firmware-${{ matrix.name }}.uf2
@@ -119,16 +119,16 @@ jobs:
119119
runs-on: ubuntu-latest
120120
timeout-minutes: 60
121121
steps:
122-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
122+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
123123

124-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
124+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
125125

126-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
126+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
127127
with:
128128
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
129129
restore-prefixes-first-match: nix-${{ runner.os }}-
130130

131-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
131+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132132
with:
133133
path: |
134134
~/.cargo/registry

.github/workflows/deep-checks.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ jobs:
4848
runs-on: ubuntu-latest
4949
timeout-minutes: 240
5050
steps:
51-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
51+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252

53-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
53+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
5454

55-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
55+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
5656
with:
5757
primary-key: nix-fuzz-${{ runner.os }}-${{ hashFiles('flake.lock') }}
5858
restore-prefixes-first-match: |
5959
nix-fuzz-${{ runner.os }}-
6060
nix-${{ runner.os }}-
6161
62-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
62+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6363
with:
6464
path: |
6565
~/.cargo/registry
@@ -75,18 +75,18 @@ jobs:
7575
runs-on: ubuntu-latest
7676
timeout-minutes: 240
7777
steps:
78-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
78+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7979

80-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
80+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
8181

82-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
82+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
8383
with:
8484
primary-key: nix-fuzz-${{ runner.os }}-${{ hashFiles('flake.lock') }}
8585
restore-prefixes-first-match: |
8686
nix-fuzz-${{ runner.os }}-
8787
nix-${{ runner.os }}-
8888
89-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
89+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9090
with:
9191
path: |
9292
~/.cargo/registry
@@ -95,7 +95,7 @@ jobs:
9595
key: fuzz-${{ runner.os }}-${{ hashFiles('fuzz/Cargo.lock', 'flake.lock') }}
9696
restore-keys: fuzz-${{ runner.os }}-
9797

98-
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
98+
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999
with:
100100
path: fuzz/corpus
101101
key: fuzz-corpus-${{ github.run_id }}
@@ -125,13 +125,13 @@ jobs:
125125

126126
- name: upload crash artifacts
127127
if: failure()
128-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
128+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
129129
with:
130130
name: fuzz-artifacts-${{ github.run_id }}
131131
path: fuzz/artifacts/
132132
if-no-files-found: ignore
133133

134-
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
134+
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
135135
if: always()
136136
with:
137137
path: fuzz/corpus
@@ -143,9 +143,9 @@ jobs:
143143
env:
144144
KANI_VERSION: "0.67.0"
145145
steps:
146-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
146+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
147147

148-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
148+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
149149
with:
150150
path: |
151151
~/.kani
@@ -165,11 +165,11 @@ jobs:
165165
runs-on: ubuntu-latest
166166
timeout-minutes: 60
167167
steps:
168-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
168+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
169169

170-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
170+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
171171

172-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
172+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
173173
with:
174174
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
175175
restore-prefixes-first-match: nix-${{ runner.os }}-

.github/workflows/pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ jobs:
4747
runs-on: ubuntu-latest
4848
timeout-minutes: 20
4949
steps:
50-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
50+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5151
with:
5252
fetch-depth: 0 # all branches + tags, so every version can be built
5353

54-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
54+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
5555

56-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
56+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
5757
with:
5858
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
5959
restore-prefixes-first-match: nix-${{ runner.os }}-
6060

61-
- uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
61+
- uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
6262
id: pages
6363

6464
# mdbook + mdbook-mermaid only (not the firmware dev shell), pinned to the
@@ -72,7 +72,7 @@ jobs:
7272
nix shell --inputs-from . nixpkgs#mdbook nixpkgs#mdbook-mermaid -c \
7373
./scripts/pages/build-site.sh site
7474
75-
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
75+
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
7676
with:
7777
path: site
7878

@@ -84,4 +84,4 @@ jobs:
8484
url: ${{ steps.deployment.outputs.page_url }}
8585
steps:
8686
- id: deployment
87-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
87+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
hashes: ${{ steps.hashes.outputs.hashes }}
4545
tag: ${{ steps.tag.outputs.tag }}
4646
steps:
47-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
47+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848
with:
4949
fetch-depth: 0
5050
ref: ${{ github.event.inputs.tag || github.ref }}
5151

52-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
52+
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
5353

54-
- uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
54+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
5555
with:
5656
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
5757
restore-prefixes-first-match: nix-${{ runner.os }}-
5858

59-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
59+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6060
with:
6161
path: |
6262
~/.cargo/registry
@@ -65,7 +65,7 @@ jobs:
6565
key: cargo-${{ runner.os }}-${{ hashFiles('Cargo.lock', 'flake.lock') }}
6666
restore-keys: cargo-${{ runner.os }}-
6767

68-
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
68+
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
6969

7070
- name: resolve tag
7171
id: tag

0 commit comments

Comments
 (0)