File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 permissions :
88 contents : write
99 pull-requests : write
10- uses : fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.0.3
10+ uses : fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.0.4
1111 secrets :
1212 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : code-scan
2+ on :
3+ push :
4+ branches : [ main ]
5+ pull_request :
6+ branches : [ main ]
7+ jobs :
8+ analyze :
9+ permissions :
10+ contents : read
11+ security-events : write
12+ uses : fluxcd/gha-workflows/.github/workflows/code-scan.yaml@v0.0.4
13+ secrets :
14+ github-token : ${{ secrets.GITHUB_TOKEN }}
15+ fossa-token : ${{ secrets.FOSSA_TOKEN }}
Original file line number Diff line number Diff line change 1111 permissions :
1212 issues : write
1313 contents : read
14- uses : fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.0.1
14+ uses : fluxcd/gha-workflows/.github/workflows/labels-sync.yaml@v0.0.4
You can’t perform that action at this time.
0 commit comments