Skip to content

Commit b76d3cf

Browse files
chore(deps): update all dependencies
1 parent 6cd668e commit b76d3cf

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
container: registry.famedly.net/docker-oss/rust-container:nightly
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333

3434
- name: Set up Rust
3535
uses: famedly/backend-build-workflows/.github/actions/rust-prepare@main
@@ -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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
6262
with:
6363
subject-path: '${{ github.workspace }}/target/release/${{ matrix.asset_name }}'
6464

@@ -77,7 +77,7 @@ jobs:
7777
container: registry.famedly.net/docker-oss/rust-container:nightly
7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8181

8282
- name: Set up Rust
8383
uses: famedly/backend-build-workflows/.github/actions/rust-prepare@main
@@ -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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout current repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727

2828
- uses: famedly/backend-build-workflows/.github/actions/rust-prepare@main
2929
with:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Checkout current repository
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6565

6666
- uses: famedly/backend-build-workflows/.github/actions/rust-prepare@main
6767
with:
@@ -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@fdcc8476540edceab3de004e990f80d881c6cc00 # 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)