Skip to content

Commit 59c298f

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent 9de56d3 commit 59c298f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
- uses: enarx/spdx@c3e8116ed31c31b3c2e58a26ba5cac407510ca37
2020
with:
2121
licenses: |-
@@ -27,6 +27,6 @@ jobs:
2727
name: taplo
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
- uses: cachix/install-nix-action@v30
3232
- run: nix run nixpkgs#taplo -- fmt --check

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
- uses: cachix/install-nix-action@v30
2020
with:
2121
extra_nix_config: |
@@ -36,7 +36,7 @@ jobs:
3636
needs: check
3737
runs-on: [ matterlabs-default-infra-runners ]
3838
steps:
39-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040
- uses: cachix/install-nix-action@v30
4141
with:
4242
extra_nix_config: |

.github/workflows/secrets_scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout code
8-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
8+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
with:
1010
fetch-depth: 0
1111
- name: TruffleHog OSS

0 commit comments

Comments
 (0)