Updater 3.4 – Lifecycle Hardening #28
@@ -1,46 +0,0 @@
|
||||
name: Regenerate Updater 3.4 Manifest
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- feature/updater-3.4-lifecycle
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: regenerate-updater-34-manifest
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
regenerate:
|
||||
if: ${{ github.actor != 'github-actions[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
ref: feature/updater-3.4-lifecycle
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.x'
|
||||
|
||||
- name: Hilfsworkflow entfernen und Manifest erzeugen
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
rm -f .github/workflows/regenerate-updater34-manifest.yml
|
||||
node tools/generate-release-manifest.mjs .
|
||||
git diff --check
|
||||
|
||||
- name: Bereinigtes Manifest committen
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git config user.name 'vendoo-release-bot'
|
||||
git config user.email 'vendoo-release-bot@users.noreply.github.com'
|
||||
git add --all
|
||||
git commit -m 'chore: regenerate updater 3.4 release manifest'
|
||||
git push origin HEAD:feature/updater-3.4-lifecycle
|
||||
@@ -64,11 +64,6 @@
|
||||
"sha256": "436a3db88e8e9243ee6cff1ee4edced25651da0fd42abff173933247ccc9cc59",
|
||||
"size": 7268
|
||||
},
|
||||
{
|
||||
"path": ".github/workflows/patch-updater34-deterministic-package.yml",
|
||||
"sha256": "77ce48f29f392a0457499f78ea0d73d9b18054cfbdce167f49ac07490a73b156",
|
||||
"size": 3596
|
||||
},
|
||||
{
|
||||
"path": ".github/workflows/release.yml",
|
||||
"sha256": "af6d27ddfcb524bb117cbdba881a9648a2de72f469b53c3580e96eea9fe11de2",
|
||||
@@ -2951,8 +2946,8 @@
|
||||
},
|
||||
{
|
||||
"path": "tools/verify-powershell-parser.ps1",
|
||||
"sha256": "140cb2adc774612c43c8e8962b7ecdbe70ca0e7def42ac0dd71b86695697e570",
|
||||
"size": 1295
|
||||
"sha256": "205b0327719ffc39a97092d5e08336262d257a8273389458fde68343bd22b6b7",
|
||||
"size": 1748
|
||||
},
|
||||
{
|
||||
"path": "tools/verify-powershell-static.mjs",
|
||||
|
||||
Reference in New Issue
Block a user