From 63124d1ddddeb3821d395396246cd9feb2aa184d Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 15 Jul 2026 11:34:34 +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..0e9b1ca36 --- /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