Skip to content

Commit 21658f9

Browse files
chore(deps): Bump the actions-minor-patch group across 1 directory with 2 updates (#1076)
Bumps the actions-minor-patch group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@192e21d...6599ee8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2935b69 commit 21658f9

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
large-providers: ${{ steps.split-providers.outputs.large-providers }}
4646
other-providers: ${{ steps.split-providers.outputs.other-providers }}
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

@@ -135,7 +135,7 @@ jobs:
135135
provider: ${{fromJson(needs.discover-providers.outputs.multicore-providers)}}
136136
fail-fast: false
137137
steps:
138-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
138+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
139139
with:
140140
persist-credentials: false
141141

@@ -228,7 +228,7 @@ jobs:
228228
provider: ${{fromJson(needs.discover-providers.outputs.large-providers)}}
229229
fail-fast: false
230230
steps:
231-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
231+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
232232
with:
233233
persist-credentials: false
234234

@@ -314,7 +314,7 @@ jobs:
314314
provider: ${{fromJson(needs.discover-providers.outputs.other-providers)}}
315315
fail-fast: false
316316
steps:
317-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
317+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
318318
with:
319319
persist-credentials: false
320320

.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
4444
with:
4545
persist-credentials: false
4646

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

70-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
70+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
7171
with:
7272
persist-credentials: false
7373
submodules: true
@@ -138,7 +138,7 @@ jobs:
138138
contents: read
139139
steps:
140140

141-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
141+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
142142
with:
143143
persist-credentials: false
144144
submodules: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444

45-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
45+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
4646
with:
4747
# we need to persist credentials so that we can push the tag
4848
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
56+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
5757
with:
5858
persist-credentials: false
5959
submodules: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
contents: read
2121
security-events: write # for uploading SARIF results
2222
steps:
23-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424
with:
2525
persist-credentials: false
2626

2727
- name: "Run zizmor"
28-
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
28+
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
2929
with:
3030
# there is a pass/fail gate as a repo ruleset (if there is no ruleset configured then the action will pass by default)
3131
advanced-security: true

.github/workflows/validations.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: runs-on=${{ github.run_id }}/cpu=2/ram=8/family=m5+m6+m7+t3+t4/spot=price-capacity-optimized
2424
steps:
2525

26-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
26+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
2727
with:
2828
persist-credentials: false
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: runs-on=${{ github.run_id }}/cpu=2/ram=8/family=m5+m6+m7+t3+t4/spot=price-capacity-optimized
4242
steps:
4343

44-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
44+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
4545
with:
4646
persist-credentials: false
4747

@@ -61,7 +61,7 @@ jobs:
6161
runs-on: runs-on=${{ github.run_id }}/cpu=2/ram=8/family=m5+m6+m7+t3+t4/spot=price-capacity-optimized
6262
steps:
6363

64-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
64+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
6565
with:
6666
persist-credentials: false
6767

@@ -80,7 +80,7 @@ jobs:
8080
contents: read
8181
runs-on: runs-on=${{ github.run_id }}/cpu=16/ram=32/family=c5+c6+c7/spot=price-capacity-optimized
8282
steps:
83-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
83+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
8484
with:
8585
persist-credentials: false
8686

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

119-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
119+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
120120
with:
121121
persist-credentials: false
122122

@@ -140,7 +140,7 @@ jobs:
140140
packages: read
141141
steps:
142142

143-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
143+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
144144
with:
145145
submodules: true
146146
persist-credentials: false
@@ -189,7 +189,7 @@ jobs:
189189
needs: [Build-Snapshot-Artifacts]
190190
runs-on: runs-on=${{ github.run_id }}/cpu=2/ram=8/family=m5+m6+m7+t3+t4/spot=price-capacity-optimized
191191
steps:
192-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
192+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
193193
with:
194194
persist-credentials: false
195195

@@ -220,7 +220,7 @@ jobs:
220220
contents: read
221221
runs-on: runs-on=${{ github.run_id }}/cpu=8/ram=32/family=m5+m6+m7+t3+t4/spot=price-capacity-optimized
222222
steps:
223-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
223+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
224224
with:
225225
submodules: true
226226
persist-credentials: false

0 commit comments

Comments
 (0)