diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index c2788e34..42d07f15 100644 --- a/.github/workflows/__audit-repos.yml +++ b/.github/workflows/__audit-repos.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Audit - uses: LizardByte/actions/actions/audit_repos@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/audit_repos@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 3b4f3585..0cfdc3c1 100644 --- a/.github/workflows/__call-ci-node.yml +++ b/.github/workflows/__call-ci-node.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/release_setup@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/release_create@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index f79be028..e0715eef 100644 --- a/.github/workflows/__call-common-lint.yml +++ b/.github/workflows/__call-common-lint.yml @@ -225,7 +225,7 @@ jobs: - name: check-trailing-spaces if: always() - uses: LizardByte/actions/actions/trailing_spaces@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/trailing_spaces@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: ignore_patterns: ${{ inputs.check_trailing_space_ignore_pattern }} diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 02a5fa8d..394919a6 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -145,7 +145,7 @@ jobs: steps: - name: More space if: inputs.maximize_build_space - uses: LizardByte/actions/actions/more_space@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/more_space@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/__call-update-changelog.yml b/.github/workflows/__call-update-changelog.yml index 9ff9407e..e9cd291b 100644 --- a/.github/workflows/__call-update-changelog.yml +++ b/.github/workflows/__call-update-changelog.yml @@ -25,7 +25,7 @@ jobs: CHANGELOG_FILE: CHANGELOG.md steps: - name: Update Changelog - uses: LizardByte/actions/actions/release_changelog@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/release_changelog@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: changelogBranch: ${{ env.CHANGELOG_BRANCH }} changelogFile: ${{ env.CHANGELOG_FILE }} diff --git a/.github/workflows/__call-update-homebrew-repo.yml b/.github/workflows/__call-update-homebrew-repo.yml index ecbc2508..66e84fa2 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -64,7 +64,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && fromJson(steps.download.outputs.downloaded_files)[0] - uses: LizardByte/actions/actions/release_homebrew@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/release_homebrew@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }} git_email: ${{ secrets.GH_EMAIL }} diff --git a/.github/workflows/__pinact.yml b/.github/workflows/__pinact.yml index 47ce5c3b..d0e573f6 100644 --- a/.github/workflows/__pinact.yml +++ b/.github/workflows/__pinact.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pinact - uses: LizardByte/actions/actions/pinact@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/pinact@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: dryRun: ${{ github.event.inputs.dryRun }} gitAuthorEmail: ${{ secrets.GH_BOT_EMAIL }} diff --git a/.github/workflows/__social-post.yml b/.github/workflows/__social-post.yml index a5c777b7..89c2deac 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955 + uses: LizardByte/actions/actions/facebook_post@aef56a192d51ec7445b29117a32b9bd25d2b103c # v2026.829.140353 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}