Skip to content

Commit

Permalink
Merge branch 'gh_fixes2' of https://github.com/apigee/apigeecli into …
Browse files Browse the repository at this point in the history
…gh_fixes2
  • Loading branch information
srinandan committed Dec 5, 2024
2 parents e8c69cb + 19dcd38 commit 8199dc1
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 origin/main --allow-unrelated-histories
Expand Down

0 comments on commit 8199dc1

Please sign in to comment.