From 582183e255835a98a62748af6df40da459cc0eae Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 3 Aug 2026 11:08:25 +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