Skip to content

Commit 96e65ec

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (infra) (#2357)
Bump actions/upload-artifact from 6.0.0 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b801673 commit 96e65ec

8 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/checkbox-ce-oem-daily-cross-builds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
architecture: ${{ matrix.arch }}
7171
path: contrib/checkbox-ce-oem/checkbox-ce-oem-snap/series_${{ matrix.type }}${{ matrix.release }}
7272
73-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
73+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7474
name: Upload logs on failure
7575
if: failure()
7676
with:
@@ -80,7 +80,7 @@ jobs:
8080
/home/runner/.local/state/snapcraft/log/
8181
contrib/checkbox-ce-oem/checkbox-ce-oem-snap/series_${{ matrix.type }}${{ matrix.release }}/checkbox*.txt
8282
83-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
83+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8484
name: Upload the snaps as artefacts
8585
with:
8686
name: frontend_snaps_${{ matrix.type }}${{ matrix.release }}_${{matrix.arch}}.snap

.github/workflows/checkbox-ce-oem-daily-native-builds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: contrib/checkbox-ce-oem/checkbox-ce-oem-snap/series_${{ matrix.type }}${{ matrix.release }}
7070
snapcraft-channel: ${{ matrix.snapcraft_version }}/stable
7171
72-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
72+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7373
name: Upload logs on failure
7474
if: failure()
7575
with:
@@ -79,7 +79,7 @@ jobs:
7979
/home/runner/.local/state/snapcraft/log/
8080
contrib/checkbox-ce-oem/checkbox-ce-oem-snap/series_${{ matrix.type }}${{ matrix.release }}/checkbox*.txt
8181
82-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
82+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8383
name: Upload the snaps as artefacts
8484
with:
8585
name: series_${{ matrix.type }}${{ matrix.release }}${{ matrix.arch }}

.github/workflows/checkbox-ce-oem-edge-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: contrib/checkbox-ce-oem/checkbox-ce-oem-snap/series_${{ matrix.type }}${{ matrix.releases }}
5858
snapcraft-channel: 7.x/stable
5959
snapcraft-args: remote-build --build-for amd64,arm64,armhf --launchpad-accept-public-upload --build-id $SNAPCRAFT_BUILDER_ID
60-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
60+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
6161
name: Upload logs on failure
6262
if: failure()
6363
with:
@@ -66,7 +66,7 @@ jobs:
6666
/home/runner/.cache/snapcraft/log/
6767
/home/runner/.local/state/snapcraft/log/
6868
contrib/checkbox-ce-oem/checkbox-ce-oem-snap/series_${{ matrix.type }}${{ matrix.releases }}/checkbox*.txt
69-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
69+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7070
name: Upload the snaps as artefacts
7171
with:
7272
name: ce_oem_snap${{ matrix.type }}${{ matrix.releases }}

.github/workflows/checkbox-daily-cross-builds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
architecture: ${{ matrix.arch }}
6666
path: checkbox-core-snap/series${{ matrix.release }}
6767
68-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
68+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
6969
name: Upload logs on failure
7070
if: failure()
7171
with:
@@ -75,7 +75,7 @@ jobs:
7575
/home/runner/.local/state/snapcraft/log/
7676
checkbox-core-snap/series${{ matrix.release }}/checkbox*.txt
7777
78-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
78+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7979
name: Upload the snap as artifact
8080
with:
8181
name: runtime_snap${{ matrix.release }}_${{ matrix.arch }}.snap
@@ -151,7 +151,7 @@ jobs:
151151
architecture: ${{ matrix.arch }}
152152
path: checkbox-snap/series_${{ matrix.type }}${{ matrix.release }}
153153
154-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
154+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
155155
name: Upload logs on failure
156156
if: failure()
157157
with:
@@ -161,7 +161,7 @@ jobs:
161161
/home/runner/.local/state/snapcraft/log/
162162
checkbox-snap/series_${{ matrix.type }}${{ matrix.release }}/checkbox*.txt
163163
164-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
164+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
165165
name: Upload the snaps as artefacts
166166
with:
167167
name: frontend_snaps_${{ matrix.type }}${{ matrix.release }}_${{matrix.arch}}.snap

.github/workflows/checkbox-daily-native-builds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: checkbox-core-snap/series${{ matrix.release }}
7171
snapcraft-channel: ${{ matrix.snapcraft_version }}/stable
7272
73-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
73+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7474
name: Upload logs on failure
7575
if: failure()
7676
with:
@@ -80,7 +80,7 @@ jobs:
8080
/home/runner/.local/state/snapcraft/log/
8181
checkbox-core-snap/series${{ matrix.release }}/checkbox*.txt
8282
83-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
83+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8484
name: Upload the snap as artifact
8585
with:
8686
name: checkbox${{ matrix.release }}_${{ matrix.arch }}
@@ -145,7 +145,7 @@ jobs:
145145
path: checkbox-snap/series_${{ matrix.type }}${{ matrix.release }}
146146
snapcraft-channel: ${{ matrix.snapcraft_version }}/stable
147147
148-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
148+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
149149
name: Upload logs on failure
150150
if: failure()
151151
with:
@@ -155,7 +155,7 @@ jobs:
155155
/home/runner/.local/state/snapcraft/log/
156156
checkbox-snap/series_${{ matrix.type }}${{ matrix.release }}/checkbox*.txt
157157
158-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
158+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
159159
name: Upload the snaps as artefacts
160160
with:
161161
name: series_${{ matrix.type }}${{ matrix.release }}${{ matrix.arch }}

.github/workflows/checkbox-dss-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: contrib/checkbox-dss-validation/
7070
snapcraft-channel: 8.x/stable
7171
72-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
72+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7373
name: Upload logs on failure
7474
if: failure()
7575
with:
@@ -80,7 +80,7 @@ jobs:
8080
contrib/checkbox-dss-validation/checkbox*.txt
8181
8282
- id: upload_artifact
83-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
83+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8484
name: Upload the snaps as artifact
8585
with:
8686
name: checkbox-dss.snap

.github/workflows/sbom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: python3 -u ${SBOM_SCRIPT_PATH} --series=${CHECKBOX_SERIES} --channel=${CHECKBOX_CHANNEL}
6464

6565
- name: Collect SBOM
66-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
66+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
6767
with:
6868
name: checkbox${{ steps.sbom.outputs.series }}-${{ steps.sbom.outputs.revision }}-sbom
6969
path: /tmp/checkbox${{ steps.sbom.outputs.series }}-${{ steps.sbom.outputs.revision }}.sbom.json

.github/workflows/vulnerability-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
--raw | jq . > checkbox$SNAP_SERIES-$SNAP_CHANNEL-$ARCH-$TARGET_SSDLC_CYCLE-vulnerabilities-scan-result.json
7676
7777
- name: Retrieve Vulnerability Scan Result
78-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
78+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7979
with:
8080
name: checkbox${{env.SNAP_SERIES}}-${{ env.SNAP_CHANNEL }}-${{ matrix.arch }}-${{ env.TARGET_SSDLC_CYCLE }}-vulnerabilities-scan-result
8181
path: checkbox${{ env.SNAP_SERIES }}-${{ env.SNAP_CHANNEL }}-${{ matrix.arch }}-${{ env.TARGET_SSDLC_CYCLE }}-vulnerabilities-scan-result.json

0 commit comments

Comments
 (0)