refactor(ci): clean nightly cron pipeline with pinned action versions

This commit is contained in:
2026-06-12 19:40:36 -04:00
parent 68243f4eef
commit ec35949187
-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: