Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 755da8c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2022
1 parent 25192a9 commit d176977
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
toolchain: ${{ matrix.rust }}
Expand All @@ -76,7 +76,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
persist-credentials: false
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
Expand All @@ -95,7 +95,7 @@ jobs:
uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
toolchain: nightly
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand All @@ -147,7 +147,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand All @@ -168,7 +168,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
bloat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@e645b0cf01249a964ec099494d38d2da0f0b349f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout code
uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
Expand Down

0 comments on commit d176977

Please sign in to comment.