We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52760f7 commit 2d854fcCopy full SHA for 2d854fc
.github/workflows/unified-dogfooding.yml
@@ -0,0 +1,19 @@
1
+name: Unified Dogfooding scans
2
+on:
3
+ schedule:
4
+ # Run the workflow every day at 04:00 UTC
5
+ - cron: '0 4 * * *'
6
+ workflow_dispatch:
7
+
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-24.04-large
11
+ name: Build
12
+ permissions:
13
+ id-token: write
14
+ contents: write
15
+ steps:
16
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
18
+ with:
19
+ run-shadow-scans: true
0 commit comments