Files
sec-actions/.gitea/workflows/cd.yaml
T
t.behrendt e31535d139
CI / Test Setup Trivy amd64 (pull_request) Successful in 9s
CI / Test Get Images From Files (pull_request) Successful in 7s
CI / Test Setup Trivy arm64 (pull_request) Successful in 32s
CI / Test Setup DB (pull_request) Successful in 1m55s
ci: pin varios actions to a proper semver version
2026-02-14 18:58:47 +01:00

25 lines
691 B
YAML

name: CD
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@af46017d0af5fd6af4425f8e6961f14280a1acd1 # 0.1.26
with:
token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d9f83ca84e1cbac7de9d1986cb3a7e0c54434e6a # 0.1.1
with:
tag: ${{ steps.tag.outputs.new-tag }}