diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index 2f937fe9..a619407c 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@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/audit_repos@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 9863b284..420b67fd 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@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/release_setup@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/release_create@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index 23e96d74..3100ac2e 100644 --- a/.github/workflows/__call-common-lint.yml +++ b/.github/workflows/__call-common-lint.yml @@ -146,7 +146,7 @@ jobs: - name: check-trailing-spaces if: always() - uses: LizardByte/actions/actions/trailing_spaces@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/trailing_spaces@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 with: ignore_patterns: ${{ inputs.check_trailing_space_ignore_pattern }} diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index c40ed947..a64a3609 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@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/more_space@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 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 157ee501..1bdbe0e5 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@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/release_changelog@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 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 8956fba9..a06d0d6b 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@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/release_homebrew@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 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 ba78d421..64fb2b38 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@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/pinact@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 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 abe1dd2d..a5328b33 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 + uses: LizardByte/actions/actions/facebook_post@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}