Skip to content

Commit d347a19

Browse files
chore(deps): update all dependencies
1 parent c4eeef0 commit d347a19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: "mv target/release/${{ github.event.repository.name }} target/release/${{ matrix.asset_name }}"
5959

6060
- name: Attest
61-
uses: actions/attest-build-provenance@v1
61+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
6262
with:
6363
subject-path: '${{ github.workspace }}/target/release/${{ matrix.asset_name }}'
6464

@@ -110,11 +110,11 @@ jobs:
110110
run: cargo cyclonedx -f json
111111

112112
- name: Attest SPDX SBOM
113-
uses: actions/attest-build-provenance@v1
113+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
114114
with:
115115
subject-path: '${{ github.workspace }}/${{ github.event.repository.name }}.spdx.json'
116116
- name: Attest CycloneDX SBOM
117-
uses: actions/attest-build-provenance@v1
117+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
118118
with:
119119
subject-path: '${{ github.workspace }}/${{ github.event.repository.name }}.cdx.json'
120120

@@ -134,7 +134,7 @@ jobs:
134134
needs: [build, sbom]
135135
steps:
136136
- name: Download artifacts
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
138138
with:
139139
pattern: release-*
140140
path: artifacts

.github/workflows/rust-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
docker compose --project-directory ./tests/environment logs
9797
9898
- name: Codecov - Upload coverage
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
100100
with:
101101
token: ${{secrets.CODECOV_TOKEN}}
102102
files: lcov.info

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ version = "*"
4141
features = ["rustls-tls-native-roots", "json"]
4242

4343
[build-dependencies]
44-
vergen = { version = "8.2.6", features = ["git", "gitcl", "build"] } # vergen passes metadata like the version and git commit hash to cargo as a compile-time environment variables
44+
vergen = { version = "9.0.0", features = ["git", "gitcl", "build"] } # vergen passes metadata like the version and git commit hash to cargo as a compile-time environment variables
4545

4646
[dev-dependencies]
4747
indoc = "2.0.5"

0 commit comments

Comments
 (0)