Skip to content

Commit 65955ed

Browse files
chore(deps): pin dependencies
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent c27f77d commit 65955ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
build-test:
2121
name: Build+Test
2222
runs-on: ubuntu-latest
23-
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
23+
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel@sha256:393c63c7c3a1b06d31c6fa0a4f7912546f962ca24051f8aadd7e8f2106d557b8
2424
strategy:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest]
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333
fetch-depth: 20
3434
- name: Cache Dependencies
35-
uses: Swatinem/rust-cache@v2
35+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
3636
- name: cargo fmt (check)
3737
run: cargo fmt -- --check -l
3838
- name: Compile (no features)
@@ -44,7 +44,7 @@ jobs:
4444
- name: cargo clippy (non-gating)
4545
run: cargo clippy
4646
- name: Checkout ostree-rs-ext
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4848
with:
4949
repository: ostreedev/ostree-rs-ext
5050
path: ostree-rs-ext

0 commit comments

Comments
 (0)