Skip to content

Commit

Permalink
Merge branch 'main' into gh_fixes2
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Dec 5, 2024
2 parents 68fb714 + a1e93bc commit 19dcd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ jobs:
output: 'trivy-results.sarif'
cache: 'true'
exit-code: 0
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true

- name: Upload Trivy apigeecli SARIF Report
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
git fetch origin
git fetch origin main
git fetch origin gh_pages
git checkout gh_pages
git merge main --allow-unrelated-histories
Expand Down

0 comments on commit 19dcd38

Please sign in to comment.