Skip to content

Commit 4e0d942

Browse files
chore(deps): update actions/checkout action to v7.0.1 (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f0041c commit 4e0d942

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci-security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
with:
2424
persist-credentials: false
2525

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
persist-credentials: false
2323
- name: Set up Python

.github/workflows/selftest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sbom-gen-syft:
1919
runs-on: ubuntu-24.04
2020
steps:
21-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
persist-credentials: false
2424
- run: mkdir -p ~/.local/bin
@@ -40,7 +40,7 @@ jobs:
4040
sbom-gen-cdxgen:
4141
runs-on: ubuntu-24.04
4242
steps:
43-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4444
with:
4545
persist-credentials: false
4646
- name: Install cdxgen # zizmor: ignore[adhoc-packages]
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-24.04
6161
needs: sbom-gen-syft
6262
steps:
63-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
63+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6464
with:
6565
persist-credentials: false
6666
- uses: ./.github/actions/uvbuild
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-24.04
8787
needs: sbom-gen-cdxgen
8888
steps:
89-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
89+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9090
with:
9191
persist-credentials: false
9292
- uses: ./.github/actions/uvbuild

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
os: windows-latest
3232

3333
steps:
34-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
with:
3636
persist-credentials: false
3737
- uses: ./.github/actions/uvbuild
@@ -45,7 +45,7 @@ jobs:
4545
test-build-install:
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949
with:
5050
persist-credentials: false
5151
- name: Set up Python
@@ -69,7 +69,7 @@ jobs:
6969
ruff-lint:
7070
runs-on: ubuntu-24.04
7171
steps:
72-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
72+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7373
with:
7474
persist-credentials: false
7575
- uses: ./.github/actions/uvbuild
@@ -79,7 +79,7 @@ jobs:
7979
ruff-format:
8080
runs-on: ubuntu-24.04
8181
steps:
82-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
82+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8383
with:
8484
persist-credentials: false
8585
- uses: ./.github/actions/uvbuild
@@ -89,7 +89,7 @@ jobs:
8989
ty:
9090
runs-on: ubuntu-24.04
9191
steps:
92-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
92+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9393
with:
9494
persist-credentials: false
9595
- uses: ./.github/actions/uvbuild
@@ -100,7 +100,7 @@ jobs:
100100
reuse:
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
103+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
104104
with:
105105
persist-credentials: false
106106
- name: Check REUSE Compliance

0 commit comments

Comments
 (0)