diff --git a/.github/workflows/reusable_build_packages.yaml b/.github/workflows/reusable_build_packages.yaml index 00b2fdc1..674ee79e 100644 --- a/.github/workflows/reusable_build_packages.yaml +++ b/.github/workflows/reusable_build_packages.yaml @@ -31,7 +31,7 @@ on: type: boolean default: false -permissions: +permissions: contents: read jobs: @@ -73,8 +73,8 @@ jobs: - name: Install systemd rpm macros run: | - wget https://www.rpmfind.net/linux/centos-stream/9-stream/BaseOS/${{ inputs.arch }}/os/Packages/systemd-rpm-macros-252-51.el9.noarch.rpm - sudo alien -d -i systemd-rpm-macros-252-51.el9.noarch.rpm + wget https://www.rpmfind.net/linux/centos-stream/9-stream/BaseOS/${{ inputs.arch }}/os/Packages/systemd-rpm-macros-252-59.el9.noarch.rpm + sudo alien -d -i systemd-rpm-macros-252-59.el9.noarch.rpm - name: Checkout uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0