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 c0175543c3 - Show all commits
+11
View File
@@ -1,8 +1,19 @@
name: Nightly Rebuild
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: