Skip to content

Commit f5a813a

Browse files
chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1 (#749)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18e44a2 commit f5a813a

10 files changed

+23
-23
lines changed

.github/workflows/copy-listing-from-r2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: read
2828
steps:
2929

30-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
30+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
3131
with:
3232
persist-credentials: false
3333

.github/workflows/daily-data-sync.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
providers: ${{ steps.read-providers.outputs.providers }}
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
2626
with:
2727
persist-credentials: false
2828

@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: false
5959
steps:
6060

61-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
61+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
6262
with:
6363
persist-credentials: false
6464

@@ -113,7 +113,7 @@ jobs:
113113
contents: read
114114
steps:
115115

116-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
116+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
117117
with:
118118
persist-credentials: false
119119

.github/workflows/daily-db-publisher-r2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
packages: read
4141
steps:
4242

43-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
43+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
4444
with:
4545
persist-credentials: false
4646

@@ -67,7 +67,7 @@ jobs:
6767
packages: read
6868
steps:
6969

70-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
70+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
7171
with:
7272
persist-credentials: false
7373
submodules: true
@@ -127,7 +127,7 @@ jobs:
127127
contents: read
128128
steps:
129129

130-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
130+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
131131
with:
132132
persist-credentials: false
133133
submodules: true

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
environment: release
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
2424
with:
2525
persist-credentials: false
2626

@@ -105,7 +105,7 @@ jobs:
105105
schema-versions: ${{ steps.read-schema-versions.outputs.schema-versions }}
106106
steps:
107107

108-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
108+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
109109
with:
110110
persist-credentials: false
111111

@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
steps:
154154

155-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
155+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
156156
with:
157157
# we need to persist credentials so that we can push the tag
158158
persist-credentials: true

.github/workflows/staging-db-publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
contents: read
5454
steps:
5555

56-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
56+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
5757
with:
5858
persist-credentials: false
5959
submodules: true

.github/workflows/update-anchore-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.repository_owner == 'anchore' # only run for main repo (not forks)
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
1919
with:
2020
persist-credentials: false
2121

.github/workflows/update-bootstrap-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.repository == 'anchore/grype-db' # only run for main repo
1515
steps:
16-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
16+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
1717
with:
1818
persist-credentials: false
1919

.github/workflows/update-generated-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: github.repository == 'anchore/grype-db' # only run for main repo
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
2121
with:
2222
persist-credentials: false
2323

.github/workflows/validate-github-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
security-events: write # for uploading SARIF results
2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
with:
2828
persist-credentials: false
2929

.github/workflows/validations.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: runs-on=${{ github.run_id }}/runner=small
2525
steps:
2626

27-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
27+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
2828
with:
2929
persist-credentials: false
3030

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: runs-on=${{ github.run_id }}/runner=small
4343
steps:
4444

45-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
45+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
4646
with:
4747
persist-credentials: false
4848

@@ -62,7 +62,7 @@ jobs:
6262
runs-on: runs-on=${{ github.run_id }}/runner=small
6363
steps:
6464

65-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
65+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
6666
with:
6767
persist-credentials: false
6868

@@ -81,7 +81,7 @@ jobs:
8181
contents: read
8282
runs-on: runs-on=${{ github.run_id }}/runner=small
8383
steps:
84-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
84+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
8585
with:
8686
persist-credentials: false
8787

@@ -117,7 +117,7 @@ jobs:
117117
schema-versions: ${{ steps.read-schema-versions.outputs.schema-versions }}
118118
steps:
119119

120-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
120+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
121121
with:
122122
persist-credentials: false
123123

@@ -141,7 +141,7 @@ jobs:
141141
packages: read
142142
steps:
143143

144-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
144+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
145145
with:
146146
submodules: true
147147
persist-credentials: false
@@ -173,7 +173,7 @@ jobs:
173173
needs: [Build-Snapshot-Artifacts]
174174
runs-on: runs-on=${{ github.run_id }}/runner=small
175175
steps:
176-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
176+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
177177
with:
178178
persist-credentials: false
179179

@@ -204,7 +204,7 @@ jobs:
204204
contents: read
205205
runs-on: runs-on=${{ github.run_id }}/runner=large
206206
steps:
207-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
207+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5.0.1
208208
with:
209209
submodules: true
210210
persist-credentials: false

0 commit comments

Comments
 (0)