Skip to content

Commit

Permalink
Merge pull request #276 from bcgov/updated-git-actions
Browse files Browse the repository at this point in the history
updated actions with new appropriate branches
  • Loading branch information
KyleKayfish committed Oct 30, 2023
2 parents cd4514e + 79bb92e commit 2e95f58
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ updates:
# NuGet dependencies
- package-ecosystem: "nuget"
directory: "/dfa/src/API"
target-branch: "feature/dfa_cleanup"
target-branch: "develop"
schedule:
interval: "daily"
# npm dependencies - frontend
- package-ecosystem: "npm"
directory: "/dfa/src/UI"
target-branch: "feature/dfa_cleanup"
target-branch: "develop"
schedule:
interval: "daily"
3 changes: 1 addition & 2 deletions .github/workflows/cd-dfa-landing-page-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: cd-dfa-landing-page-project
on:
push:
branches:
#- master
- feature/dfa_cleanup
- develop

paths:
- "landing-page/**"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-dfa-landing-page-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: cd-dfa-landing-page-support
on:
push:
branches:
#- master
- feature/dfa_cleanup
- support-develop

paths:
- "landing-page/**"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-dfa-portal-project-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: cd-dfa-portal-project-api
on:
push:
branches:
#- master
- feature/dfa_cleanup
- develop

paths:
- "dfa/src/API/**"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-dfa-portal-project-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: cd-dfa-portal-project-ui
on:
push:
branches:
#- master
- feature/dfa_cleanup
- develop

paths:
- "dfa/src/UI/**"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/cd-dfa-portal-support-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
name: cd-dfa-portal-support-api

on:
workflow_dispatch: {}
push:
branches:
- support-develop

paths:
- "dfa/src/API/**"
- ".github/workflows/cd-dfa-portal-project-api.yml"

env:
IMAGE_NAME: dfa-portal-api
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/cd-dfa-portal-support-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
name: cd-dfa-portal-support-ui

on:
workflow_dispatch: {}
push:
branches:
- support-develop

paths:
- "dfa/src/UI/**"
- ".github/workflows/cd-dfa-portal-project-ui.yml"

env:
IMAGE_NAME: dfa-portal-ui
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd-oauth-server-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
workflow_dispatch: {}
push:
branches:
#- master
- feature/dfa_cleanup
- develop

paths:
- "oauth-server/src/API/**"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/cd-oauth-server-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: cd-oauth-server-support

on:
workflow_dispatch: {}
push:
branches:
- support-develop

paths:
- "oauth-server/src/API/**"
- ".github/workflows/cd-oauth-server-project.yml"

env:
IMAGE_NAME: oauth-server
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/zap-scan-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: ZAP Scan
on:
push:
branches:
#- master
- feature/dfa_cleanup
- develop

paths:
- ".github/workflows/zap-scan-config.yml"
Expand All @@ -19,5 +18,5 @@ jobs:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.6.1
with:
target: 'https://era-dfa-dev.apps.silver.devops.gov.bc.ca/'
target: 'https://portal.dev.dfa.gov.bc.ca'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2e95f58

Please sign in to comment.