From 57e751b491fe90f43972de41d966e7e7769bbcbc Mon Sep 17 00:00:00 2001 From: "lact-renovate[bot]" <257396481+lact-renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:47:54 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/actions/setup-environment/action.yml | 2 +- .github/workflows/build-packages.yaml | 10 +++++----- .github/workflows/generate-fedora-spec.yaml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/rust.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index 0557b6a19..bd1af935e 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -15,6 +15,6 @@ runs: with: cache-targets: false - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 with: version: "v0.10.0" diff --git a/.github/workflows/build-packages.yaml b/.github/workflows/build-packages.yaml index 9c169f2b3..41916af1b 100644 --- a/.github/workflows/build-packages.yaml +++ b/.github/workflows/build-packages.yaml @@ -91,7 +91,7 @@ jobs: gpg --armor --export > $PWD/release-artifacts/lact.pubkey - name: Upload artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ matrix.target-os }}-${{ matrix.recipe }} path: release-artifacts/* @@ -103,13 +103,13 @@ jobs: options: --privileged steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101 # v6 + - uses: flatpak/flatpak-github-actions/flatpak-builder@401fe28a8384095fc1531b9d320b292f0ee45adb # v6 with: bundle: io.github.ilya_zlobintsev.LACT.flatpak manifest-path: flatpak/io.github.ilya_zlobintsev.LACT.yaml cache-key: flatpak-builder-${{ github.sha }} - name: Upload artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: flatpak path: io.github.ilya_zlobintsev.LACT.flatpak @@ -119,7 +119,7 @@ jobs: steps: - name: Log into GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -135,7 +135,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 - name: Build and push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: file: pkg/docker/Dockerfile push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/generate-fedora-spec.yaml b/.github/workflows/generate-fedora-spec.yaml index 497e430bd..e1cb6d630 100644 --- a/.github/workflows/generate-fedora-spec.yaml +++ b/.github/workflows/generate-fedora-spec.yaml @@ -40,7 +40,7 @@ jobs: git commit -m "chore: Update spec files for release ${{ github.event.release.tag_name }}" git push origin $branch_name - name: Create Pull Request - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const { repo, owner } = context.repo; diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 74cbb4471..a9aae83fc 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -28,7 +28,7 @@ jobs: private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }} - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.1.5 + uses: renovatebot/github-action@v46.1.13 with: token: ${{ steps.app-token.outputs.token }} env: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index db7d3bd9a..bdf7d5172 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -83,7 +83,7 @@ jobs: cargo llvm-cov --no-fail-fast --include-ffi --workspace --lcov --output-path lcov.info - name: Upload to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6 continue-on-error: true with: files: lcov.info