diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index e8cb5a1b..aa0492dc 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/audit_repos@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 8c2556aa..a05fcee2 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/release_setup@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/release_create@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 857b40aa..8cd28ee5 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/more_space@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 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 b95666ff..f0b3eed2 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/release_changelog@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 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 6e3e5824..1ee264cd 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/release_homebrew@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 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 bf351254..5fce7d93 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/pinact@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 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 a2a7288e..d391c2b7 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@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 + uses: LizardByte/actions/actions/facebook_post@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}