diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index eb68689d..15b3ded6 100644 --- a/.github/workflows/__audit-repos.yml +++ b/.github/workflows/__audit-repos.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Audit - uses: LizardByte/actions/actions/audit_repos@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/audit_repos@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 0a6e0a9f..6eed822e 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@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_setup@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_create@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index f0d9b6f6..f177adf3 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -129,7 +129,7 @@ jobs: steps: - name: More space if: inputs.maximize_build_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/__call-update-changelog.yml b/.github/workflows/__call-update-changelog.yml index 486cc66b..cb66b1e2 100644 --- a/.github/workflows/__call-update-changelog.yml +++ b/.github/workflows/__call-update-changelog.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update Changelog - uses: LizardByte/actions/actions/release_changelog@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_changelog@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: changelogBranch: changelog changelogFile: CHANGELOG.md diff --git a/.github/workflows/__call-update-homebrew-repo.yml b/.github/workflows/__call-update-homebrew-repo.yml index caf8fec2..a31acae5 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -58,7 +58,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && fromJson(steps.download.outputs.downloaded_files)[0] - uses: LizardByte/actions/actions/release_homebrew@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/release_homebrew@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 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 f3c43f37..41756286 100644 --- a/.github/workflows/__pinact.yml +++ b/.github/workflows/__pinact.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pinact - uses: LizardByte/actions/actions/pinact@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/pinact@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 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 143cb81b..0a6a4a8c 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356 + uses: LizardByte/actions/actions/facebook_post@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}