Skip to content

Commit

Permalink
ci: update all gh workflows --> 2.0.7 for CVE skip option
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 12, 2024
1 parent aa45d43 commit 35f688a
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
backend-test:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
image_name: ghcr.io/${{ github.repository }}/backend
build_context: src/backend
Expand All @@ -29,12 +29,12 @@ jobs:
secrets: inherit

frontend-unit-test:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
working_dir: src/frontend

frontend-e2e-test:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
playwright: true
cache_image: false
Expand All @@ -47,15 +47,15 @@ jobs:
secrets: inherit

backend-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
needs: [backend-test]
with:
context: src/backend
build_target: prod
image_name: ghcr.io/${{ github.repository }}/backend

frontend-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
needs: [frontend-unit-test, frontend-e2e-test]
with:
context: src
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs:
- smoke-test-backend
- smoke-test-frontend
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
environment: ${{ github.ref_name }}
docker_compose_file: "docker-compose.${{ github.ref_name }}.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
backend-ci-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: src/backend
build_target: ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_odk_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build-odkcentral:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: odkcentral/api
image_tags: |
Expand All @@ -26,7 +26,7 @@ jobs:
# multi_arch: true

build-odkcentral-ui:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: odkcentral/ui
image_tags: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_proxy_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-cert-init-main:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: nginx
build_target: certs-init-main
Expand All @@ -21,7 +21,7 @@ jobs:
multi_arch: true

build-cert-init-dev:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: nginx
build_target: certs-init-development
Expand All @@ -33,7 +33,7 @@ jobs:
multi_arch: true

build-proxy-main:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: nginx
build_target: main
Expand All @@ -44,7 +44,7 @@ jobs:
multi_arch: true

build-proxy-dev:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: nginx
build_target: development
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ on:

jobs:
build_doxygen:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
output_path: docs/apidocs

build_openapi_json:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
image: ghcr.io/${{ github.repository }}/backend:ci-${{ github.ref_name }}
example_env_file_path: ".env.example"
output_path: docs/openapi.json

publish_docs:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
needs:
- build_doxygen
- build_openapi_json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
image_name: ghcr.io/${{ github.repository }}/backend
build_context: src/backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_test_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:

jobs:
unit-tests:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
working_dir: src/frontend

e2e-tests:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
playwright: true
cache_image: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
backend-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
context: src/backend
build_target: prod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
publish-docs-to-wiki:
uses: hotosm/gh-workflows/.github/workflows/[email protected].6
uses: hotosm/gh-workflows/.github/workflows/[email protected].7
with:
homepage_path: "wiki_redirect.md"

0 comments on commit 35f688a

Please sign in to comment.