chore(deps): absorb 24.10 dependabot GitHub Actions updates (#5219)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
May 2024-10-16 11:50:07 +02:00 committed by GitHub
parent e0e55263c0
commit 75e3feb688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 23 additions and 23 deletions

View File

@ -99,7 +99,7 @@ jobs:
stability: ${{ needs.get-environment.outputs.stability }} stability: ${{ needs.get-environment.outputs.stability }}
- name: Save to cache - name: Save to cache
uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with: with:
path: ./*.${{ matrix.package_extension }} path: ./*.${{ matrix.package_extension }}
key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }} key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}

View File

@ -78,7 +78,7 @@ jobs:
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with: with:
file: .github/docker/packaging/Dockerfile.${{ matrix.dockerfile }} file: .github/docker/packaging/Dockerfile.${{ matrix.dockerfile }}
context: . context: .

View File

@ -63,7 +63,7 @@ jobs:
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with: with:
file: .github/docker/testing/Dockerfile.testing-plugins-${{ matrix.dockerfile }} file: .github/docker/testing/Dockerfile.testing-plugins-${{ matrix.dockerfile }}
context: . context: .

View File

@ -42,22 +42,22 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with: with:
registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }} registry: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}
username: ${{ secrets.DOCKER_REGISTRY_ID }} username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
- name: Login to proxy registry - name: Login to proxy registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with: with:
registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }} registry: ${{ vars.DOCKER_PROXY_REGISTRY_URL }}
username: ${{ secrets.DOCKER_REGISTRY_ID }} username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with: with:
file: .github/docker/unit-tests/Dockerfile.unit-tests-${{ matrix.dockerfile }} file: .github/docker/unit-tests/Dockerfile.unit-tests-${{ matrix.dockerfile }}
context: . context: .

View File

@ -254,7 +254,7 @@ jobs:
shell: bash shell: bash
- if: ${{ contains(matrix.build_distribs, matrix.distrib) }} - if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash }} name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash }}
path: ./*.${{ matrix.package_extension }} path: ./*.${{ matrix.package_extension }}
@ -269,7 +269,7 @@ jobs:
steps: steps:
- name: Merge Artifacts - name: Merge Artifacts
uses: actions/upload-artifact/merge@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 uses: actions/upload-artifact/merge@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-rpm-${{ matrix.distrib }} name: packages-rpm-${{ matrix.distrib }}
pattern: packages-rpm-${{ matrix.distrib }}-* pattern: packages-rpm-${{ matrix.distrib }}-*
@ -277,7 +277,7 @@ jobs:
retention-days: 1 retention-days: 1
- name: Delete merged artifacts - name: Delete merged artifacts
uses: geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0.0 uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1.0
with: with:
name: packages-rpm-${{ matrix.distrib }}-* name: packages-rpm-${{ matrix.distrib }}-*
failOnError: false failOnError: false
@ -500,7 +500,7 @@ jobs:
shell: bash shell: bash
- if: ${{ contains(matrix.build_distribs, matrix.distrib) }} - if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ matrix.arch }}-${{ steps.package-name.outputs.name_with_dash}} name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ matrix.arch }}-${{ steps.package-name.outputs.name_with_dash}}
path: ./*.${{ matrix.package_extension }} path: ./*.${{ matrix.package_extension }}
@ -515,7 +515,7 @@ jobs:
steps: steps:
- name: Merge Artifacts - name: Merge Artifacts
uses: actions/upload-artifact/merge@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 uses: actions/upload-artifact/merge@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-deb-${{ matrix.distrib }} name: packages-deb-${{ matrix.distrib }}
pattern: packages-deb-${{ matrix.distrib }}-* pattern: packages-deb-${{ matrix.distrib }}-*
@ -523,7 +523,7 @@ jobs:
retention-days: 1 retention-days: 1
- name: Delete merged artifacts - name: Delete merged artifacts
uses: geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1 # v5.0.0 uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.1.0
with: with:
name: packages-deb-${{ matrix.distrib }}-* name: packages-deb-${{ matrix.distrib }}-*
failOnError: false failOnError: false

View File

@ -135,7 +135,7 @@ jobs:
# set condition to true if artifacts are needed # set condition to true if artifacts are needed
- if: ${{ false }} - if: ${{ false }}
name: Upload package artifacts name: Upload package artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.distrib }}-${{ matrix.arch }} name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
path: ./*.${{ matrix.package_extension}} path: ./*.${{ matrix.package_extension}}

View File

@ -120,7 +120,7 @@ jobs:
# set condition to true if artifacts are needed # set condition to true if artifacts are needed
- if: ${{ false }} - if: ${{ false }}
name: Upload package artifacts name: Upload package artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.distrib }} name: packages-${{ matrix.distrib }}
path: ./*.${{ matrix.package_extension}} path: ./*.${{ matrix.package_extension}}

View File

@ -133,7 +133,7 @@ jobs:
# set condition to true if artifacts are needed # set condition to true if artifacts are needed
- if: ${{ false }} - if: ${{ false }}
name: Upload package artifacts name: Upload package artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.distrib }}-${{ matrix.arch }} name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
path: ./*.${{ matrix.package_extension}} path: ./*.${{ matrix.package_extension}}

View File

@ -133,7 +133,7 @@ jobs:
# set condition to true if artifacts are needed # set condition to true if artifacts are needed
- if: ${{ false }} - if: ${{ false }}
name: Upload package artifacts name: Upload package artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.distrib }}-${{ matrix.arch }} name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
path: ./*.${{ matrix.package_extension }} path: ./*.${{ matrix.package_extension }}

View File

@ -102,7 +102,7 @@ jobs:
path: ./*.rpm path: ./*.rpm
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: packages-${{ matrix.distrib }} name: packages-${{ matrix.distrib }}
path: ./*.rpm path: ./*.rpm

View File

@ -37,7 +37,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with: with:
python-version: '3.9' python-version: '3.9'
@ -123,7 +123,7 @@ jobs:
- name: Upload logs as artifacts if tests failed - name: Upload logs as artifacts if tests failed
if: failure() if: failure()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: plugin-installation-${{ matrix.distrib }} name: plugin-installation-${{ matrix.distrib }}
path: /tmp/*.jsonl path: /tmp/*.jsonl
@ -140,7 +140,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Prepare FatPacker - name: Prepare FatPacker
uses: shogo82148/actions-setup-perl@f551dafcc94572adc179bbddbb409b3ada8f8ff5 # v1.30.0 uses: shogo82148/actions-setup-perl@9c1eca9952ccc07f9ca4a2097b63df93d9d138e9 # v1.31.3
with: with:
perl-version: '5.34' perl-version: '5.34'
install-modules-with: cpm install-modules-with: cpm
@ -337,7 +337,7 @@ jobs:
- name: Upload apt/dnf logs as artifacts if tests failed - name: Upload apt/dnf logs as artifacts if tests failed
if: failure() if: failure()
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: plugin-installation-${{ matrix.distrib }} name: plugin-installation-${{ matrix.distrib }}
path: /var/log/robot-plugins-installation-tests.log path: /var/log/robot-plugins-installation-tests.log

View File

@ -30,7 +30,7 @@ jobs:
- added|modified: 'src/**/*.pm' - added|modified: 'src/**/*.pm'
- name: Install CPAN Libraries - name: Install CPAN Libraries
uses: shogo82148/actions-setup-perl@f551dafcc94572adc179bbddbb409b3ada8f8ff5 # v1.30.0 uses: shogo82148/actions-setup-perl@9c1eca9952ccc07f9ca4a2097b63df93d9d138e9 # v1.31.3
with: with:
perl-version: '5.34' perl-version: '5.34'
install-modules-with: cpm install-modules-with: cpm