1 Commits

Author SHA1 Message Date
6071f184ed chore(deps): update actions/checkout action to v5
All checks were successful
Validate PR Title / validate (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 23s
2025-09-09 13:05:31 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Run Hadolint
uses: hadolint/hadolint-action@v3.3.0
uses: hadolint/hadolint-action@v3.2.0
with:
dockerfile: Dockerfile
output-file: hadolint.out

View File

@@ -8,9 +8,6 @@
"platformCommit": "enabled",
"rebaseWhen": "behind-base-branch",
"rollbackPrs": true,
"semanticCommits": "enabled",
"semanticCommitScope": "deps",
"semanticCommitType": "feat",
"vulnerabilityAlerts": {
"commitMessagePrefix": "[SECURITY] ",
"enabled": true,