Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into runtime-metrics-impro…
Browse files Browse the repository at this point in the history
…vement
  • Loading branch information
koala7659 committed Oct 25, 2024
2 parents 4efbdb1 + c795e7f commit 3c7bb82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_kim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
path: ${{ env.trivy-table }}

- name: Print trivy table
if: success() || failure()
run: test -f ${{ env.trivy-table }} && cat ${{ env.trivy-table }} || echo ':: no data ::'
if: success() || failure()
run: "test -f ${{ env.trivy-table }} && cat ${{ env.trivy-table }} || echo ':: no data ::'"

build-image:
needs: setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1
max-depth: -1

0 comments on commit 3c7bb82

Please sign in to comment.