Skip to content

Commit 3ebcb0e

Browse files
fix(ci): replace fake action SHA pins (niche-actions estate sweep) (#46)
Estate fake-SHA sweep — niche actions (round-3). Version-faithful where possible; bumped to nearest in-major where the version comment itself was hallucinated. All real SHAs verified via `gh api`. See `project_estate_fake_action_sha_punch_list_2026_05_30` for substitution map.
1 parent 2f53216 commit 3ebcb0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aur-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
EOF
7373
7474
- name: Publish to AUR
75-
uses: KSXGitHub/github-actions-deploy-aur@a97f67e69b9709c3ffad393ca39b7c4ab1bfe6a5 # v3.0.1
75+
uses: KSXGitHub/github-actions-deploy-aur@a97f56a8425a7a7f3b8c58607f769c69b089cadb # v3.0.1
7676
if: ${{ secrets.AUR_SSH_PRIVATE_KEY != '' }}
7777
with:
7878
pkgname: vext
@@ -126,7 +126,7 @@ jobs:
126126
sed -i "s/^sha256sums_aarch64=.*/sha256sums_aarch64=('$AARCH64_SUM')/" PKGBUILD-bin
127127
128128
- name: Publish vext-bin to AUR
129-
uses: KSXGitHub/github-actions-deploy-aur@a97f67e69b9709c3ffad393ca39b7c4ab1bfe6a5 # v3.0.1
129+
uses: KSXGitHub/github-actions-deploy-aur@a97f56a8425a7a7f3b8c58607f769c69b089cadb # v3.0.1
130130
if: ${{ secrets.AUR_SSH_PRIVATE_KEY != '' }}
131131
with:
132132
pkgname: vext-bin

0 commit comments

Comments
 (0)