File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ permissions: read-all
1212
1313jobs :
1414 build :
15- uses : chgl/.github/.github/workflows/standard-build.yaml@1a7b14d1f494842e3a36f4028f865cc20805e542 # v1.5.40
15+ uses : chgl/.github/.github/workflows/standard-build.yaml@bf8a522c605a2c530f45c2c55ca1484f08904203 # v1.6.0
1616 permissions :
1717 contents : read
1818 id-token : write
1919 packages : write
2020 pull-requests : write
2121 actions : read
22+ security-events : write
2223 with :
2324 # explicitly lowercase the repo name
2425 image : " ghcr.io/chgl/magnifhir"
2829 github-token : ${{ secrets.GITHUB_TOKEN }}
2930
3031 lint :
31- uses : chgl/.github/.github/workflows/standard-lint.yaml@1a7b14d1f494842e3a36f4028f865cc20805e542 # v1.5.40
32+ uses : chgl/.github/.github/workflows/standard-lint.yaml@bf8a522c605a2c530f45c2c55ca1484f08904203 # v1.6.0
3233 permissions :
3334 contents : read
3435 pull-requests : write
3839 with :
3940 codeql-languages : ' ["csharp"]'
4041 enable-codeql : true
42+ enable-validate-gradle-wrapper : false
43+ enable-verify-base-image-signature : false
4144 secrets :
4245 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 permissions :
1717 pull-requests : write
1818 steps :
19- - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
19+ - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments