Skip to content

Commit beca36c

Browse files
Bump the development-dependencies group across 1 directory with 8 updates
Bumps the development-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.3` | `4.31.4` | | [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/setup-go](https://github.com/actions/setup-go) | `6.0.0` | `6.1.0` | | [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 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) Updates `github/codeql-action` from 4.31.3 to 4.31.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@014f16e...e12f017) 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/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) 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: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.4 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/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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 beca36c

7 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout repository
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626
-
2727
# Initializes the CodeQL tools for scanning.
2828
name: Initialize CodeQL
29-
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
29+
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
3030
with:
3131
languages: ${{ matrix.language }}
3232
-
3333
name: Analyze ${{ matrix.language }}
34-
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
34+
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
-
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121
-
22-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
22+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2323
with:
2424
go-version: stable
2525
check-latest: true
@@ -44,9 +44,9 @@ jobs:
4444

4545
steps:
4646
-
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4848
-
49-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
49+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5050
with:
5151
go-version: '${{ matrix.go }}'
5252
check-latest: true
@@ -96,9 +96,9 @@ jobs:
9696
CORPUS_MAX_SIZE_MB: 100
9797
steps:
9898
-
99-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
99+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
100100
-
101-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
101+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
102102
with:
103103
go-version: stable
104104
check-latest: true
@@ -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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
176176
with:
177177
ref: ${{ github.event.pull_request.head.ref }}
178178
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ubuntu-latest
208208
steps:
209209
-
210-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
210+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
211211
with:
212212
go-version: stable
213213
check-latest: true

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424
with:
2525
fetch-depth: 0
2626
-

.github/workflows/scanner.yml

Lines changed: 3 additions & 3 deletions
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2828
with:
2929
persist-credentials: false
3030
-
@@ -39,7 +39,7 @@ jobs:
3939
exit-code: 0
4040
-
4141
name: Upload trivy findings to code scanning dashboard
42-
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
42+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
4343
with:
4444
category: trivy
4545
sarif_file: trivy-code-report.sarif
@@ -59,7 +59,7 @@ jobs:
5959
output-file: govulnscan-report.sarif
6060
-
6161
name: Upload govulnscan findings to code scanning dashboard
62-
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
62+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
6363
with:
6464
category: govulnscan
6565
sarif_file: govulnscan-report.sarif

0 commit comments

Comments
 (0)