From dad14730ef842eb9c3529204dff38b5f3241453a Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 4 Aug 2026 12:42:31 +0200 Subject: [PATCH] CI: Enable SSDLC actions --- .github/workflows/ssdlc.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ssdlc.yml diff --git a/.github/workflows/ssdlc.yml b/.github/workflows/ssdlc.yml new file mode 100644 index 000000000..fc092ecee --- /dev/null +++ b/.github/workflows/ssdlc.yml @@ -0,0 +1,17 @@ +name: SSDLC Actions + +on: + push: + branches: + - "main" + pull_request: + branches: + - "main" + +permissions: {} + +jobs: + code-security-analysis: + permissions: + security-events: write # required for uploading code scanning alerts + uses: mozilla/ssdlc-actions/.github/workflows/code-security-analysis-public-repo.yml@ca8be48f3c06204fb16a3bd5ffa6d916782bbc76 # 2026-06-29