enh(ci): implement hash check for actions in actionlint (#5550)

This commit is contained in:
May 2025-04-17 12:06:08 +02:00 committed by GitHub
parent 725ab90d14
commit f0844bec5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,9 @@ jobs:
-color
shell: bash
- name: Ensure SHA pinned actions
uses: centreon/github-actions-ensure-sha-pinned-actions@47d553c67ceb08ad660deaeb3b994e47a3dd8fc3 # v3.0.23.3
yaml-lint:
runs-on: ubuntu-24.04
steps:

View File

@ -718,7 +718,7 @@ jobs:
- name: Upload error log
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: install_error_log_${{ matrix.distrib }}-${{ matrix.arch }}
path: install_error_${{ matrix.distrib }}_${{ matrix.arch }}.log