Skip to content

Commit 50e2d96

Browse files
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#851)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9910a2 commit 50e2d96

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/lf-build-linux-aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
$LFMP_DIR_REPOS/monitoring-plugins/build/create-packages.sh
128128
129129
- name: 'Upload the compiled plugins'
130-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
130+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
131131
with:
132132
compression-level: 8
133133
path: '${{ env.LFMP_DIR_COMPILED }}/*'
134134
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.compiled.${{ env.LFMP_ARCH }}.${{ env.LFMP_TARGET_DISTROS }}"
135135

136136
- name: 'Upload the packages (rpm, deb, tar, zip)'
137-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
137+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
138138
with:
139139
compression-level: 8
140140
path: '${{ env.LFMP_DIR_PACKAGED }}/*'

.github/workflows/lf-build-linux-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
$LFMP_DIR_REPOS/monitoring-plugins/build/create-packages.sh
128128
129129
- name: 'Upload the compiled plugins'
130-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
130+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
131131
with:
132132
compression-level: 8
133133
path: '${{ env.LFMP_DIR_COMPILED }}/*'
134134
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.compiled.${{ env.LFMP_ARCH }}.${{ env.LFMP_TARGET_DISTROS }}"
135135

136136
- name: 'Upload the packages (rpm, deb, tar, zip)'
137-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
137+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
138138
with:
139139
compression-level: 8
140140
path: '${{ env.LFMP_DIR_PACKAGED }}/*'

.github/workflows/lf-build-windows-x86_64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
$LFMP_DIR_REPOS/monitoring-plugins/build/compile-multiple.sh
9999
100100
- name: 'Upload the unsigned compiled plugins'
101-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
101+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
102102
id: 'upload-unsigned-compiled'
103103
with:
104104
path: '${{ env.LFMP_DIR_COMPILED }}/check-plugins/*'
@@ -121,7 +121,7 @@ jobs:
121121
output-artifact-directory: 'signed-compiled/'
122122

123123
- name: 'Upload the signed compiled plugins'
124-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
124+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
125125
with:
126126
path: '${{ github.workspace }}/signed-compiled/*'
127127
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.signed-compiled.windows.${{ env.LFMP_ARCH }}"
@@ -150,7 +150,7 @@ jobs:
150150
-out ${{ env.LFMP_DIR_PACKAGED }}\out\linuxfabrik-monitoring-plugins.msi
151151
152152
- name: 'Upload the unsigned package (msi)'
153-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
153+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
154154
id: 'upload-unsigned-packaged'
155155
with:
156156
path: '${{ env.LFMP_DIR_PACKAGED }}/out/*'
@@ -171,7 +171,7 @@ jobs:
171171
output-artifact-directory: 'signed-packaged/'
172172

173173
- name: 'Upload the signed package (msi)'
174-
uses: 'actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1' # v4.6.1
174+
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # v4.6.2
175175
with:
176176
path: '${{ github.workspace }}/signed-packaged/*'
177177
name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.signed-packaged.windows.${{ env.LFMP_ARCH }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v3.pre.node20
67+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v3.pre.node20
6868
with:
6969
name: SARIF file
7070
path: results.sarif

0 commit comments

Comments
 (0)