Skip to content

Commit a2dc230

Browse files
committed
Merge branch 'main' into grad-release
2 parents b4d38a8 + e2b7c4c commit a2dc230

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
target-branch: "grad-release"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

.github/workflows/build.from.developer.branch.deploy.to.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ jobs:
155155
156156
# now hit it with a zap scan
157157
- name: ZAP Scan
158-
uses: zaproxy/action-api-scan@v0.7.0
158+
uses: zaproxy/action-api-scan@v0.9.0
159159
with:
160160
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/build.from.main.branch.deploy.to.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ jobs:
137137
138138
# now hit it with a zap scan
139139
- name: ZAP Scan
140-
uses: zaproxy/action-api-scan@v0.7.0
140+
uses: zaproxy/action-api-scan@v0.9.0
141141
with:
142142
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/build.from.release.branch.deploy.to.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ jobs:
144144
145145
# now hit it with a zap scan
146146
- name: ZAP Scan
147-
uses: zaproxy/action-api-scan@v0.7.0
147+
uses: zaproxy/action-api-scan@v0.9.0
148148
with:
149149
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.educ</groupId>
88
<artifactId>educ-grad-student-graduation-api</artifactId>
9-
<version>1.8.45</version>
9+
<version>1.8.46</version>
1010
<name>educ-grad-student-graduation-api</name>
1111
<description>Ministry of Education GRAD STUDENT GRADUATION API</description>
1212

0 commit comments

Comments
 (0)