Skip to content

Commit e960f22

Browse files
build(deps): bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6837a1b commit e960f22

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ !startsWith(github.ref, 'refs/tags') }}
1515

1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818
with:
1919
fetch-depth: 0
2020

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ !startsWith(github.ref, 'refs/tags') }}
3636

3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3939
with:
4040
fetch-depth: 0
4141

@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ !startsWith(github.ref, 'refs/tags') }}
5757

5858
steps:
59-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
59+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6060
with:
6161
fetch-depth: 0
6262

.github/workflows/codeql.yaml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3939

4040
- name: Initialize CodeQL
4141
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424

2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2727
# with:
2828
# fetch-depth: 0
2929
- name: Set up Python

.github/workflows/scorecard.yaml

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

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
37+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3838
with:
3939
persist-credentials: false
4040

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Get source
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3232

3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Get source
104-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
104+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
105105

106106
- name: Set up Python ${{ matrix.python-version }}
107107
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -157,7 +157,7 @@ jobs:
157157
- e2e
158158

159159
steps:
160-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
160+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
161161
with:
162162
fetch-depth: 0
163163

0 commit comments

Comments
 (0)