diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index 2dce2ea6..8fb217ac 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@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/audit_repos@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 7c52f153..33bd20bc 100644 --- a/.github/workflows/__call-ci-node.yml +++ b/.github/workflows/__call-ci-node.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_setup@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -124,7 +124,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_create@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index bc91160a..da2b778c 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -128,7 +128,7 @@ jobs: steps: - name: More space if: inputs.maximize_build_space - uses: LizardByte/actions/actions/more_space@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/more_space@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 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 e401f1c8..6616095f 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@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_changelog@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 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 b2632cb5..f0bbc7c2 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@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_homebrew@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 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 1dfbb93e..1e43dd96 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@master + uses: LizardByte/actions/actions/pinact@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 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 7521eba9..77fedf2e 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@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/facebook_post@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}