Skip to content

Commit facd530

Browse files
Bump the development-dependencies group across 1 directory with 6 updates
Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `5.0.1` | | [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) | `0.51.0` | `0.54.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `6` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `3` | `4` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `4` | `5` | Updates `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) Updates `rojopolis/spellcheck-github-actions` from 0.51.0 to 0.54.0 - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](rojopolis/spellcheck-github-actions@0.51.0...0.54.0) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `peter-evans/find-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@v3...v4) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: peter-evans/find-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc5c5aa commit facd530

7 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout repository
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
-
2727
# Initializes the CodeQL tools for scanning.
2828
name: Initialize CodeQL

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-
1818
name: Checkout repository
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
-
2121
name: Identify all-time contributors to this repository
2222
uses: github/contributors@8b7586939baa0af4e801dbd22c88adf6e0db8915 # v1.7.5

.github/workflows/doc-update.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
-
5959
name: Originating repo checkout (e.g. public fork)
60-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
60+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha }}
6363
-
@@ -85,12 +85,12 @@ jobs:
8585
steps:
8686
-
8787
name: Originating repo checkout (e.g. public fork)
88-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
88+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8989
with:
9090
ref: ${{ github.event.pull_request.head.sha }}
9191
-
9292
name: Checkout markdown config
93-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
93+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9494
with:
9595
repository: go-openapi/ci-workflows
9696
ref: master # TODO: retrieve workflow ref
@@ -156,12 +156,12 @@ jobs:
156156
report: ${{ steps.report-exists.outputs.report }}
157157
steps:
158158
-
159-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
159+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
160160
with:
161161
ref: ${{ github.event.pull_request.head.sha }}
162162
-
163163
name: Checkout spellcheck config
164-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
164+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
165165
with:
166166
repository: go-openapi/ci-workflows
167167
ref: master # TODO: retrieve workflow ref
@@ -178,7 +178,7 @@ jobs:
178178
cp ci-tools/${{ env.spellcheck_dict }} ${{ env.spellcheck_dict }}
179179
-
180180
name: Spellcheck
181-
uses: rojopolis/spellcheck-github-actions@0.51.0
181+
uses: rojopolis/spellcheck-github-actions@0.54.0
182182
continue-on-error: true
183183
id: spellcheck
184184
with:
@@ -261,7 +261,7 @@ jobs:
261261
echo "reactions=hooray" >> "$GITHUB_OUTPUT"
262262
-
263263
name: Upload comment as artifact
264-
uses: actions/upload-artifact@v4
264+
uses: actions/upload-artifact@v5
265265
with:
266266
path: ${{ env.artifacts_dir }}/${{ env.markdown_artifact }}
267267
name: ${{ env.markdown_artifact }}
@@ -330,7 +330,7 @@ jobs:
330330
echo "> ℹ️ INFO: we use [avtodev/markdown-lint action](https://github.com/avto-dev/markdown-lint)" >> $GITHUB_STEP_SUMMARY
331331
-
332332
name: Upload comment as artifact
333-
uses: actions/upload-artifact@v4
333+
uses: actions/upload-artifact@v5
334334
with:
335335
path: ${{ env.artifacts_dir }}/${{ env.markdown_artifact }}
336336
name: ${{ env.markdown_artifact }}
@@ -398,7 +398,7 @@ jobs:
398398
echo "reactions=hooray" >> "$GITHUB_OUTPUT"
399399
-
400400
name: Upload comment as artifact
401-
uses: actions/upload-artifact@v4
401+
uses: actions/upload-artifact@v5
402402
with:
403403
path: ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }}
404404
name: ${{ env.spellcheck_artifact }}
@@ -491,7 +491,7 @@ jobs:
491491
# description: |
492492
# Calls a trusted shared workflow that temporarily elevates the caller's privileges
493493
# to write a comment in the PR.
494-
uses: actions/upload-artifact@v4
494+
uses: actions/upload-artifact@v5
495495
with:
496496
path: ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }}
497497
name: ${{ env.spellcheck_artifact }}

.github/workflows/go-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
-
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121
-
2222
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2323
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
-
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
-
4949
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5050
with:
@@ -96,7 +96,7 @@ jobs:
9696
CORPUS_MAX_SIZE_MB: 100
9797
steps:
9898
-
99-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
99+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
100100
-
101101
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
102102
with:
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: ubuntu-latest
173173
steps:
174174
-
175-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
175+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
176176
with:
177177
ref: ${{ github.event.pull_request.head.ref }}
178178
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/pr-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Download message artifact
102102
if: ${{ steps.check_pr.outputs.proceed == 'true'}}
103103
id: download
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105
with:
106106
run-id: "${{ inputs.run_id }}"
107107
repository: "${{ env.TARGET }}"
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Find previous PR comment
127127
if: ${{ steps.check_pr.outputs.proceed == 'true'}}
128-
uses: peter-evans/find-comment@v3
128+
uses: peter-evans/find-comment@v4
129129
id: find_comment
130130
with:
131131
repository: ${{ inputs.target_repo }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Create or update PR comment
138138
if: ${{ steps.check_pr.outputs.proceed == 'true'}}
139-
uses: peter-evans/create-or-update-comment@v4
139+
uses: peter-evans/create-or-update-comment@v5
140140
with:
141141
issue-number: ${{ inputs.pr_number }}
142142
comment-id: ${{ steps.find_comment.outputs.comment-id }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout code
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424
with:
2525
fetch-depth: 0
2626
-

.github/workflows/scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
security-events: write
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
-

0 commit comments

Comments
 (0)