Skip to content

Commit 78f792b

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#997)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 763b25b commit 78f792b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/static-analysis.yml

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

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2727
with:
2828
persist-credentials: false
2929

.github/workflows/tests.yml

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

4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
51+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5252
with:
5353
persist-credentials: false
5454

@@ -89,7 +89,7 @@ jobs:
8989

9090
steps:
9191
- name: Checkout code
92-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
92+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9393
with:
9494
persist-credentials: false
9595

@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Checkout code
128-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
128+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
129129
with:
130130
persist-credentials: false
131131

0 commit comments

Comments
 (0)