Skip to content

Commit 848875c

Browse files
authored
ci: bumped ci (#111)
* ci: bumped ci * security-events: write
1 parent 4bfa18f commit 848875c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ permissions: read-all
1212

1313
jobs:
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"
@@ -28,7 +29,7 @@ jobs:
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
@@ -38,5 +39,7 @@ jobs:
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 }}

.github/workflows/lint-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)