No description
Find a file
Manfred Schmid 856788dddc Fix security and functional bugs across all actions
- checkout: Token aus Log-Output entfernt; Commit-SHA-Unterstützung per
  Fallback-Clone hinzugefügt; redundantes git checkout entfernt
- upload-artifact: Outputs schreiben jetzt in GITHUB_OUTPUT statt stdout;
  action.yml mit fehlenden value/id-Feldern ergänzt
- download-artifact: mkdir -p vor realpath um Fehler bei nicht-existierendem
  Pfad zu vermeiden; cd-Aufruf durch unzip -d ersetzt
- upload-package: Token-Leak (echo inputs.token) aus action.yml entfernt
2026-03-11 10:44:10 +01:00
checkout Fix security and functional bugs across all actions 2026-03-11 10:44:10 +01:00
download-artifact Fix security and functional bugs across all actions 2026-03-11 10:44:10 +01:00
upload-artifact Fix security and functional bugs across all actions 2026-03-11 10:44:10 +01:00
upload-package Fix security and functional bugs across all actions 2026-03-11 10:44:10 +01:00
setup_instructions.md neue action 2025-07-18 07:31:37 +02:00
workflow-example.yml neue action 2025-07-18 07:31:37 +02:00