7 Commits
Author SHA1 Message Date
CSRBot d016c0b215 chore(deps): pin ansible/ansible-lint action to a2bc8b8
Ansible Linter / ansible-lint (push) Successful in 1m10s
Lint Markdown files / markdown-lint (push) Failing after 7s
Ansible Linter / ansible-lint (pull_request) Successful in 38s
Lint Markdown files / markdown-lint (pull_request) Failing after 7s
2026-09-15 22:06:13 +00:00
CSRBot 5d96f972a5 Merge pull request 'chore(deps): update actions/checkout action to v7' (#13) from renovate/actions-checkout-7.x into master
Ansible Linter / ansible-lint (push) Successful in 1m2s
Lint Markdown files / markdown-lint (push) Failing after 12s
2026-09-15 19:13:59 +00:00
CSRBot 9f1d971e43 chore(deps): update actions/checkout action to v7
Ansible Linter / ansible-lint (pull_request) Successful in 1m15s
Lint Markdown files / markdown-lint (pull_request) Failing after 12s
Ansible Linter / ansible-lint (push) Successful in 1m1s
Lint Markdown files / markdown-lint (push) Failing after 12s
2026-09-15 19:13:54 +00:00
CSRBot 39dcf2adc2 Merge pull request 'chore(deps): update actions/checkout action to v6.1.0' (#11) from renovate/actions-checkout-6.x into master
Lint Markdown files / markdown-lint (push) Failing after 22s
Ansible Linter / ansible-lint (push) Successful in 33s
2026-07-20 18:01:51 +00:00
CSRBot 4cc8697663 chore(deps): update actions/checkout action to v6.1.0
Ansible Linter / ansible-lint (push) Successful in 1m22s
Ansible Linter / ansible-lint (pull_request) Successful in 1m3s
Lint Markdown files / markdown-lint (push) Failing after 6s
Lint Markdown files / markdown-lint (pull_request) Failing after 5s
2026-07-20 18:01:45 +00:00
volker.raschek 634a707ad1 fix(defaults): adapt config file path
Lint Markdown files / markdown-lint (push) Failing after 2s
Ansible Linter / ansible-lint (push) Successful in 1m1s
Release Ansible Role / Release Ansible Role (push) Successful in 3m26s
2026-06-11 21:17:20 +02:00
volker.raschek 097e24cd4a style(default): remove obsolete newline
Ansible Linter / ansible-lint (push) Successful in 1m1s
Lint Markdown files / markdown-lint (push) Failing after 12s
2026-06-11 20:03:31 +02:00
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.12.2
uses: ansible/ansible-lint@a2bc8b8b13a80802215856c56823d85007d3baf5 # v25.12.2
with:
args: "--config-file .ansible-lint"
setup_python: "true"
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with:
globs: '**/*.md'
+1 -2
View File
@@ -1,7 +1,7 @@
## @section Act Runner
## @param gitea_runner_config_file Path to the gitea_runner configuration file
gitea_runner_config_file: /etc/gitea_runner/config.yaml
gitea_runner_config_file: /etc/gitea-runner/config.yaml
gitea_runner_config:
log:
@@ -90,7 +90,6 @@ gitea_runner_config:
require_docker: false
## @param gitea_runner_config.container.docker_timeout Timeout to wait for the docker daemon to be reachable
docker_timeout: 0s
## @param gitea_runner_config.container.bind_workdir Bind the workspace to the host filesystem instead of using Docker volumes. This is required for Docker-in-Docker (DinD) setups when jobs use docker compose with bind mounts (e.g., ".:/app"), as volume-based workspaces are not accessible from the DinD daemon's filesystem.
bind_workdir: false