Skip to content

Commit c5bdf90

Browse files
fix(deps): pin dependencies
1 parent c111be9 commit c5bdf90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/add-issues-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Add issue to project
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/add-to-project@v1.0.2
17+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1818
with:
1919
project-url: https://github.com/orgs/famedly/projects/50
2020
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

.github/workflows/rust-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
compliance:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030
- name: REUSE Compliance Check
31-
uses: fsfe/reuse-action@v5
31+
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6
3232
- name: Dependency license check
33-
uses: EmbarkStudios/cargo-deny-action@v2
33+
uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2
3434
with:
3535
command: check bans licenses sources
3636

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ paste = { version = "1.0.0", optional = true }
2727
reqwest = { version = "0.13.0", optional = true }
2828
schemars = { version = "1.2.0", optional = true }
2929
serde = { version = "1.0.194", features = ["derive"], optional = true }
30-
thiserror = { version = "1.0.0", optional = true }
30+
thiserror = { version = "2.0.0", optional = true }
3131
time = { version = "0.3.0", optional = true }
3232
tracing = { version = "0.1.0", optional = true }
3333
url = { version = "2.5.0", features = ["serde"], optional = true }

0 commit comments

Comments
 (0)