chore(deps): update actions/checkout digest to eef6144

This commit is contained in:
renovate[bot] 2024-10-15 15:27:16 +00:00 committed by GitHub
parent c575b7d69a
commit 7df1662308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
fmt: fmt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27
with: with:
extra_nix_config: | extra_nix_config: |
@ -36,7 +36,7 @@ jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27
with: with:
extra_nix_config: | extra_nix_config: |
@ -59,7 +59,7 @@ jobs:
needs: check needs: check
runs-on: [ matterlabs-default-infra-runners ] runs-on: [ matterlabs-default-infra-runners ]
steps: steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27
with: with:
extra_nix_config: | extra_nix_config: |

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: TruffleHog OSS - name: TruffleHog OSS