Skip to content

Commit 7593ec1

Browse files
ci: bump the github-actions group across 1 directory with 3 updates (#33)
Bumps the github-actions group with 3 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major 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 4c03854 commit 7593ec1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- name: Generate GitHub App token
120120
id: app-token
121-
uses: actions/create-github-app-token@v2
121+
uses: actions/create-github-app-token@v3
122122
with:
123123
app-id: ${{ vars.APP_ID }}
124124
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -214,7 +214,7 @@ jobs:
214214
shasum -a 256 sx-${{ needs.validate.outputs.version }}-${{ matrix.target }}.tar.gz > sx-${{ needs.validate.outputs.version }}-${{ matrix.target }}.tar.gz.sha256
215215
216216
- name: Upload artifact
217-
uses: actions/upload-artifact@v6
217+
uses: actions/upload-artifact@v7
218218
with:
219219
name: sx-${{ matrix.target }}
220220
path: dist/*.tar.gz*
@@ -231,7 +231,7 @@ jobs:
231231
ref: v${{ needs.validate.outputs.version }}
232232

233233
- name: Download all artifacts
234-
uses: actions/download-artifact@v7
234+
uses: actions/download-artifact@v8
235235
with:
236236
path: artifacts
237237
merge-multiple: true
@@ -267,7 +267,7 @@ jobs:
267267

268268
- name: Generate GitHub App token
269269
id: app-token
270-
uses: actions/create-github-app-token@v2
270+
uses: actions/create-github-app-token@v3
271271
with:
272272
app-id: ${{ vars.APP_ID }}
273273
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Upload audit results
2929
if: always()
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: cargo-audit-results
3333
path: audit-results.json

0 commit comments

Comments
 (0)