mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
enh(ci): implement hash check for actions in actionlint (#5550)
This commit is contained in:
parent
725ab90d14
commit
f0844bec5f
3
.github/workflows/actionlint.yml
vendored
3
.github/workflows/actionlint.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
|||||||
-color
|
-color
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Ensure SHA pinned actions
|
||||||
|
uses: centreon/github-actions-ensure-sha-pinned-actions@47d553c67ceb08ad660deaeb3b994e47a3dd8fc3 # v3.0.23.3
|
||||||
|
|
||||||
yaml-lint:
|
yaml-lint:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/perl-cpan-libraries.yml
vendored
2
.github/workflows/perl-cpan-libraries.yml
vendored
@ -718,7 +718,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload error log
|
- name: Upload error log
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
|
||||||
with:
|
with:
|
||||||
name: install_error_log_${{ matrix.distrib }}-${{ matrix.arch }}
|
name: install_error_log_${{ matrix.distrib }}-${{ matrix.arch }}
|
||||||
path: install_error_${{ matrix.distrib }}_${{ matrix.arch }}.log
|
path: install_error_${{ matrix.distrib }}_${{ matrix.arch }}.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user