diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index a619407c..a5228491 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/audit_repos@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 5fce6982..4e1273df 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_setup@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_create@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index 4bec75b6..90d07e58 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/trailing_spaces@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: ignore_patterns: ${{ inputs.check_trailing_space_ignore_pattern }} diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 6fd9699b..bf8f91ff 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/more_space@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 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 1bdbe0e5..bcbd12d2 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_changelog@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 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 65b5f3ee..15d15c48 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_homebrew@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 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 64fb2b38..ae36ec37 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/pinact@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 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 af42f6e7..2893c178 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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/facebook_post@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}