File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 steps :
1212 # Important: This sets up your GITHUB_WORKSPACE environment variable
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 persist-credentials : false
2121
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 # Full git history is needed to get a proper list of changed files within `super-linter`
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 with :
2323 persist-credentials : false
2424 - name : Set up Node
Original file line number Diff line number Diff line change 11---
22global :
33 pattern : multicloud-gitops
4+ singleArgoCD : true
45 options :
56 useCSV : false
67 syncPolicy : Automatic
You can’t perform that action at this time.
0 commit comments