Skip to content

Commit b1d156f

Browse files
pin two more
1 parent 3b5929a commit b1d156f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: msrv
6767
run: echo "value=$(just get-msrv)" >> $GITHUB_OUTPUT
6868
- name: Install MSRV Rust ${{ steps.msrv.outputs.value }}
69-
uses: dtolnay/rust-toolchain@stable
69+
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
7070
with:
7171
toolchain: ${{ steps.msrv.outputs.value }}
7272
- run: just ci_mode=0 ci-test-msrv # Ignore warnings in MSRV

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Dependabot metadata
1212
id: metadata
13-
uses: dependabot/fetch-metadata@v2
13+
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
1414
with:
1515
github-token: "${{ secrets.GITHUB_TOKEN }}"
1616
- name: Approve Dependabot PRs

0 commit comments

Comments
 (0)