We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5929a commit b1d156fCopy full SHA for b1d156f
2 files changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
id: msrv
67
run: echo "value=$(just get-msrv)" >> $GITHUB_OUTPUT
68
- name: Install MSRV Rust ${{ steps.msrv.outputs.value }}
69
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
70
with:
71
toolchain: ${{ steps.msrv.outputs.value }}
72
- run: just ci_mode=0 ci-test-msrv # Ignore warnings in MSRV
.github/workflows/dependabot.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: Dependabot metadata
12
id: metadata
13
- uses: dependabot/fetch-metadata@v2
+ uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
14
15
github-token: "${{ secrets.GITHUB_TOKEN }}"
16
- name: Approve Dependabot PRs
0 commit comments