Skip to content

Commit f5554d1

Browse files
Update actions/checkout digest to 3d3c42e
1 parent a2cc7c7 commit f5554d1

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cd-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2323
with:
2424
persist-credentials: false
2525
- uses: ./.github/actions/setup-nix

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2020
with:
2121
persist-credentials: false
2222
- uses: ./.github/actions/configure-git

.github/workflows/ci-nix-template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ inputs.os }}
2121

2222
steps:
23-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
with:
2525
persist-credentials: false
2626
- uses: ./.github/actions/setup-nix
@@ -34,7 +34,7 @@ jobs:
3434
needs: build
3535

3636
steps:
37-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
37+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3838
with:
3939
persist-credentials: false
4040
- uses: ./.github/actions/setup-nix
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050

5151
steps:
52-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
52+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5353
with:
5454
persist-credentials: false
5555
- uses: ./.github/actions/configure-git
@@ -64,7 +64,7 @@ jobs:
6464
needs: build
6565

6666
steps:
67-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
67+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6868
with:
6969
persist-credentials: false
7070
- uses: ./.github/actions/configure-git

.github/workflows/ci-pipx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ inputs.os }}
2020

2121
steps:
22-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2323
with:
2424
persist-credentials: false
2525
- uses: ./.github/actions/configure-git

.github/workflows/ci-uv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ inputs.os }}
2020

2121
steps:
22-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2323
with:
2424
persist-credentials: false
2525
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ inputs.os }}
4141

4242
steps:
43-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4444
with:
4545
persist-credentials: false
4646
- uses: ./.github/actions/configure-git
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ inputs.os }}
6363

6464
steps:
65-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
65+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6666
with:
6767
persist-credentials: false
6868
- uses: ./.github/actions/configure-git

0 commit comments

Comments
 (0)