From d7ac57c907b3ba28c06285338267fad05ec146ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:06:34 -0500 Subject: [PATCH] build(deps): bump LizardByte/actions from 2026.212.22356 to 2026.214.14019 in the lizardbyte-actions group across 1 directory (#4719) * build(deps): bump LizardByte/actions Bumps the lizardbyte-actions group with 1 update in the / directory: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2026.212.22356 to 2026.214.14019 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/9bf3ef783775e17fe6b8dde3585d94ec570b93c2...6be4ea62064b64957aa880252fe353cd65bcdef7) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.214.14019 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] * Add actionlint_config to Homebrew release Add the actionlint_config input ("---\n# empty config") to the LizardByte/actions/actions/release_homebrew steps in .github/workflows/ci.yml and .github/workflows/ci-homebrew.yml. Provides an explicit (empty) actionlint configuration to avoid linter warnings or failures when running the Homebrew release steps. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> --- .github/workflows/ci-copr.yml | 2 +- .github/workflows/ci-flatpak.yml | 2 +- .github/workflows/ci-homebrew.yml | 5 +++-- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci.yml | 7 ++++--- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-copr.yml b/.github/workflows/ci-copr.yml index 98af44a8e..10f631544 100644 --- a/.github/workflows/ci-copr.yml +++ b/.github/workflows/ci-copr.yml @@ -63,7 +63,7 @@ jobs: run: ls -l artifacts - name: Update GitHub Release - uses: LizardByte/actions/actions/release_create@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_create@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: allowUpdates: true body: ${{ github.event.release.body }} diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 63b88ce1c..29dae1822 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -34,7 +34,7 @@ jobs: steps: - name: More space if: matrix.arch == 'x86_64' - uses: LizardByte/actions/actions/more_space@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/more_space@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 79459231a..a4f9a8f74 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -51,7 +51,7 @@ jobs: steps: - name: More space if: runner.os == 'Linux' - uses: LizardByte/actions/actions/more_space@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/more_space@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: analyze-space-savings: true clean-all: true @@ -143,8 +143,9 @@ jobs: - name: Validate Homebrew Formula id: test if: matrix.release != true - uses: LizardByte/actions/actions/release_homebrew@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_homebrew@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: + actionlint_config: "---\n# empty config" formula_file: ${{ github.workspace }}/homebrew/sunshine.rb git_email: ${{ secrets.GIT_EMAIL }} git_username: ${{ secrets.GIT_USERNAME }} diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 147fd088d..3d2969576 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -30,7 +30,7 @@ jobs: dist: 22.04 steps: - name: More space - uses: LizardByte/actions/actions/more_space@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/more_space@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 714b7e683..f3dcb5a53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Release Setup id: release-setup - uses: LizardByte/actions/actions/release_setup@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_setup@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -276,7 +276,7 @@ jobs: run: ls -l artifacts - name: Create/Update GitHub Release - uses: LizardByte/actions/actions/release_create@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_create@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: allowUpdates: false body: ${{ needs.release-setup.outputs.release_body }} @@ -307,8 +307,9 @@ jobs: path: homebrew - name: Upload Homebrew Beta Formula - uses: LizardByte/actions/actions/release_homebrew@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_homebrew@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: + actionlint_config: "---\n# empty config" formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb git_email: ${{ secrets.GH_BOT_EMAIL }} git_username: ${{ secrets.GH_BOT_NAME }}