fix: refactor CI pipelines with pinned action versions and remove legacy configs #12

Merged
jcabillot merged 7 commits from fix/refactor-ci-pipelines into master 2026-06-12 20:55:28 -04:00
Showing only changes of commit ec35949187 - Show all commits
-8
View File
@@ -3,14 +3,6 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
continue-on-error: true
with:
dockerfile: Dockerfile
build-push:
runs-on: ubuntu-latest
steps: