Skip to content

Commit 133b87a

Browse files
fix(deps): pin dependencies
1 parent 1086625 commit 133b87a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 # v2
3434
with:
3535
command: check bans licenses sources
3636

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)