Skip to content

Commit

Permalink
ci: bumped ci (#111)
Browse files Browse the repository at this point in the history
* ci: bumped ci

* security-events: write
  • Loading branch information
chgl authored Jul 2, 2024
1 parent 4bfa18f commit 848875c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ permissions: read-all

jobs:
build:
uses: chgl/.github/.github/workflows/standard-build.yaml@1a7b14d1f494842e3a36f4028f865cc20805e542 # v1.5.40
uses: chgl/.github/.github/workflows/standard-build.yaml@bf8a522c605a2c530f45c2c55ca1484f08904203 # v1.6.0
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
actions: read
security-events: write
with:
# explicitly lowercase the repo name
image: "ghcr.io/chgl/magnifhir"
Expand All @@ -28,7 +29,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

lint:
uses: chgl/.github/.github/workflows/standard-lint.yaml@1a7b14d1f494842e3a36f4028f865cc20805e542 # v1.5.40
uses: chgl/.github/.github/workflows/standard-lint.yaml@bf8a522c605a2c530f45c2c55ca1484f08904203 # v1.6.0
permissions:
contents: read
pull-requests: write
Expand All @@ -38,5 +39,7 @@ jobs:
with:
codeql-languages: '["csharp"]'
enable-codeql: true
enable-validate-gradle-wrapper: false
enable-verify-base-image-signature: false
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 848875c

Please sign in to comment.