feat(ci): new release workflows, pinning

This commit is contained in:
2025-03-27 23:32:06 +02:00
parent 8be2664e15
commit 04bde3b210
3 changed files with 55 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: 'Publish Immutable Action Version'
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checking out
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Publish
id: publish
uses: actions/publish-immutable-action@4bc8754ffc40f27910afb20287dbbbb675a4e978 # v0.0.4