feat: add lint, build, test, push pipeline with SHA-pinned actions #3

Merged
jcabillot merged 4 commits from feat/gitea-actions-v2 into master 2026-06-08 17:40:29 -04:00
Showing only changes of commit c0b250624f - Show all commits
+1 -1
View File
@@ -21,7 +21,7 @@ ENV LANG C.UTF-8
# Install SABnzbd and all required dependencies. # Install SABnzbd and all required dependencies.
# #
# hadolint ignore=DL3008,DL3015,SC3009,DL3003 # hadolint ignore=DL3008,DL3015,SC3009,DL3003,DL3013,DL3042
RUN export SABNZBD_VERSION=3.7.2 PAR2CMDLINE_VERSION=v0.6.14-mt1 && \ RUN export SABNZBD_VERSION=3.7.2 PAR2CMDLINE_VERSION=v0.6.14-mt1 && \
export DEBIAN_FRONTEND=noninteractive && \ export DEBIAN_FRONTEND=noninteractive && \
export BUILD_PACKAGES="automake build-essential python3-dev libffi-dev" && \ export BUILD_PACKAGES="automake build-essential python3-dev libffi-dev" && \