Skip to content

Commit 0a65511

Browse files
dependabot[bot]maryamtahhan
authored andcommitted
chore(deps): Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request 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>
1 parent 84beabc commit 0a65511

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/amd-image-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: gzip ./sbom-amd-${{ inputs.image-tag }}.spdx.json
5252

5353
- name: Save SBOM as artifact
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: sbom-amd-${{ inputs.image-tag }}.spdx.json.gz
5757
path: ./sbom-amd-${{ inputs.image-tag }}.spdx.json.gz

.github/workflows/image-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: gzip ./sbom-${{ inputs.image-name }}-${{ inputs.image-tag }}.spdx.json
5959

6060
- name: Upload SBOM Artifact
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: sbom-${{ inputs.image-name }}-${{ inputs.image-tag }}.spdx.json.gz
6464
path: ./sbom-${{ inputs.image-name }}-${{ inputs.image-tag }}.spdx.json.gz

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pre-commit autoupdate
2626

2727
- name: Create Pull Request
28-
uses: peter-evans/create-pull-request@v7
28+
uses: peter-evans/create-pull-request@v8
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
branch: pre-commit-autoupdate

0 commit comments

Comments
 (0)