Compare commits

..

3 Commits

Author SHA1 Message Date
t.behrendt 4f365247f6 negative test
CI / Test (bun-npm.json) (pull_request) Successful in 5s
CI / Test (common.json) (pull_request) Successful in 4s
CI / Test (docker-compose.json) (pull_request) Successful in 4s
CI / Test (helm.json) (pull_request) Successful in 5s
CI / Test (k8s.json) (pull_request) Failing after 5s
CI / Format (pull_request) Successful in 6s
CI / Test (action.json) (pull_request) Successful in 59s
2026-06-27 13:58:32 +02:00
t.behrendt 82adfe5977 test: prerelease of validate-json-by-jsin-schema-action
CI / Test (action.json) (pull_request) Successful in 5s
CI / Test (common.json) (pull_request) Successful in 5s
CI / Test (docker-compose.json) (pull_request) Successful in 5s
CI / Test (helm.json) (pull_request) Successful in 4s
CI / Test (k8s.json) (pull_request) Successful in 4s
CI / Format (pull_request) Successful in 6s
CI / Test (bun-npm.json) (pull_request) Successful in 53s
2026-06-27 13:56:16 +02:00
renovate-bot d1f0230ae6 chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.8 (#77)
CD / Release (push) Successful in 5s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-06-26 06:11:14 +02:00
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0841ccc70fc2c1526123785f3b0a510a6ba4bdfc # 0.2.7 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Validate "${{ matrix.json-file }}" - name: Validate "${{ matrix.json-file }}"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12 uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.13-rc-a288738811de80673b21e7cd067fb116728548ee
with: with:
json-file: "./${{ matrix.json-file }}" json-file: "./${{ matrix.json-file }}"
+3 -1
View File
@@ -4,5 +4,7 @@
"kubernetes": { "kubernetes": {
"enabled": true, "enabled": true,
"labels": ["deps", "k8s"] "labels": ["deps", "k8s"]
} },
"packageRules": 42,
"i_am_not_supposed_to_be_here": 42
} }