Remove renovate workflow and integrate docker build #10

Merged
official-Cromatin merged 7 commits from feat-vscode-tasks into main 2025-12-08 14:44:05 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a41a483041 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ name: Code Analysis (Bandit)
on: push
jobs:
bandit:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mdegis/bandit-action@v1.0
+1 -1
View File
@@ -10,7 +10,7 @@ permissions:
jobs:
build-and-push-docker:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4