Skip to content

Commit afe4d00

Browse files
Adding new required parameter
1 parent bdb1e63 commit afe4d00

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
name: SARIF file
4141
path: results.sarif
4242
retention-days: 5
43+
overwrite: true
4344

4445
# Upload the results to GitHub's code scanning dashboard.
4546
- name: "Upload to code-scanning"

.github/workflows/publish_v2_layer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
with:
151151
name: cdk-layer-artefact
152152
path: layer/cdk.out.zip
153+
overwrite: true
153154

154155
beta:
155156
needs: build-layer

.github/workflows/record_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ jobs:
5858
name: pr
5959
path: pr.txt
6060
retention-days: 1
61+
overwrite: true

.github/workflows/reusable_deploy_v2_layer_stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,6 @@ jobs:
203203
path: ./layer/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
204204
if-no-files-found: error
205205
retention-days: 1
206+
overwrite: true
206207
- name: CDK Deploy Canary
207208
run: npx cdk deploy --app cdk.out --context region=${{ matrix.region }} --parameters DeployStage="${{ inputs.stage }}" --parameters HasARM64Support=${{ matrix.has_arm64_support }} 'CanaryV2Stack' --require-approval never --verbose

0 commit comments

Comments
 (0)