We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bef71 commit 6771bf1Copy full SHA for 6771bf1
.github/workflows/unified-dogfooding.yml
@@ -1,5 +1,8 @@
1
name: Unified Dogfooding scans
2
on:
3
+ pull_request:
4
+ branches:
5
+ - master
6
schedule:
7
- cron: "0 4 * * 1-5" # Run the workflow Mon-Fri at 04:00 UTC
8
workflow_dispatch:
@@ -26,7 +29,7 @@ jobs:
26
29
artifactory-deployer-role: qa-deployer
27
30
scanner-java-opts: '-Xmx2g'
28
31
- name: Run IRIS Analysis
- uses: SonarSource/unified-dogfooding-actions/run-iris@v1
32
+ uses: SonarSource/unified-dogfooding-actions/run-iris@master
33
with:
34
primary_project_key: org.sonarsource.java:java
35
primary_platform: "Next"
0 commit comments