Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 (#1658)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b2256b...5076954)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* enh(clib):Remove basic/interruption_error (#1650)

* Add pb_neb_lib dependencies to centenginestats
* Add pb_bam_lib dependencies to engine_legacy_conf

REFS: MON-147186

* no engine_otl_endpoint parameter in telegraf config (#1676)

* fix(common/engine_conf): multiple inheritence broken because of a mis… (#1680)

* fix(common/engine_conf): multiple inheritence broken because of a missing flag enabled
* fix(common/log_v2): segfault in centengine fixed
* fix(engine/config/applier): bad use of std::equal
* fix(tests/engine): new test
* fix(broker/neb): cbmod was linked with not needed libraries
*  fix(broker/lua): a memory leak introduced with the new openssl md5 fixed
* fix(tests/engine): a new test to validate the good behavior of inheritance
* enh(cmake): new option LEGACY_ENGINE to compile the legacy engine instead of the new one
* fix(gh/alma8): maxscale repo is disabled on alma8
* fix(cmake): issues with dependencies
* enh(gha): new possibility to save packages as artifacts

REFS: MON-147499

* enh(ci): run promote job in dry-run mode on testing branches (#1691)

* MON 137835 cma windows robot tests (#1555)

* add wsl robot test

* fix(engine): host's name instead of template name as alias (#1690)

* (fix(engine): host's name instead of template name as alias
* fix(Engine): review code
REFS: MON-16261

* fix(ci): check PR status from head branch name (#1707)

* fix(broker/bbdo):grpc_stream.proto is bad generated (#1713)

* fix(broker/bbdo):grpc_stream.proto is bad generated
* fix(broker/bbdo): review code

REFS: MON- 147911

* fix(ci): legacy conf engine enabled

* enh(ci): detect automatically cloud versions (#1712)

* fix(broker/neb): fix bbdov2 hostgroup to correctly set enabled flag (#1720)

We were not looking for the correct nebtype for updates.

* MON-148688-telegraf-certificate-parameters-harmonization (#1716)

REFS:MON-148688

* Mon 131997 cma telegraf whitelist (#1723)

* telegraf conf_server sues conf_helper

* whitelist implementation

* add whitelist test

* add whitelist test

* installer (#1715)

dlg and files installer

agent is a windows service

add agent version resources

first version of installer

writer review

add installer to CMakeLists.txt

add comments

Apply suggestions from code review

Co-authored-by: sechkem <[email protected]>
Co-authored-by: cg-tw <[email protected]>

* chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b2256b...5076954)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sechkem <[email protected]>
Co-authored-by: jean-christophe81 <[email protected]>
Co-authored-by: David Boucher <[email protected]>
Co-authored-by: Kevin Duret <[email protected]>
Co-authored-by: Vincent Untz <[email protected]>
Co-authored-by: cg-tw <[email protected]>
Co-authored-by: Paul Oureib <[email protected]>
  • Loading branch information
8 people authored Oct 4, 2024
1 parent cf932fc commit 4ab8253
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ jobs:
echo "latest_major_version=$MAJOR" >> $GITHUB_OUTPUT
shell: bash

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: develop
path: centreon-collect-develop
sparse-checkout: .version

- name: store latest major version
id: latest_major_version
run: |
. centreon-collect-develop/.version
echo "latest_major_version=$MAJOR" >> $GITHUB_OUTPUT
shell: bash

- name: install gh cli on self-hosted runner
run: |
if ! command -v gh &> /dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:

- name: Upload gorgone and robot debug artifacts
if: failure()
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: gorgone-debug-${{ matrix.distrib }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
# set condition to true if artifacts are needed
- if: inputs.packages_in_artifact == true
name: Upload package artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: packages-${{ inputs.distrib }}-${{ inputs.arch }}
path: ./*.${{ inputs.package_extension}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Upload Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: reports-${{inputs.test_group_name}}-${{ steps.feature-path.outputs.feature_name_with_dash }}
path: reports
Expand All @@ -204,7 +204,7 @@ jobs:
merge-multiple: true

- name: Upload the regrouped artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: reports-${{inputs.test_group_name}}
path: reports/
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/windows-agent-robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0


- name: distrib availables
run: wsl --list --online

Expand Down Expand Up @@ -123,7 +122,7 @@ jobs:

- name: Upload Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: reports-cma-windows
path: reports
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/windows-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,13 @@ jobs:
- name: Upload package artifacts
if: |
inputs.installer_in_artifact == true
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
inputs.installer_in_artifact == true ||
(github.event_name != 'workflow_dispatch' &&
contains(fromJson('["stable"]'), needs.get-version.outputs.stability) &&
! cancelled() &&
! contains(needs.*.result, 'failure') &&
! contains(needs.*.result, 'cancelled'))
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: packages-centreon-monitoring-agent-windows
path: agent\installer\centreon-monitoring-agent.exe
Expand Down

0 comments on commit 4ab8253

Please sign in to comment.