Skip to content

Commit

Permalink
removed default build-number to increase build-nr security
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Dec 7, 2023
1 parent 395f4bc commit c5d9124
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 38 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_ARatmospy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_PyBDSF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_Rascil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
default: "PYBDSF_VERSION, SKA_SDP_DTMDL_VERSION, SKA_SDP_FUNC_PY_VERSION, SKA_SDP_FUNC_VERSION"
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_SKA_Gridder_Nifty_Cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_SKA_SDP_Datamodel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_SKA_SDP_Func_Native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_SKA_SDP_Func_Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
default: "SKA_SDP_DTMDL_VERSION, SKA_SDP_FUNC_VERSION"
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_aotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_bipp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
default: "FINUFFT_VERSION"
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_eidos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_finufft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_hvox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
default: "PYCSOU_VERSION, RASCIL_VERSION, SKA_SDP_DTMDL_VERSION, SKA_SDP_FUNC_PY_VERSION"
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_katbeam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_montagepy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_oskar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_oskar_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
default: "OSKAR_VERSION"
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_pycsou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_seqfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_tools21cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
default: false
buildNumber:
type: string
required: false
default: "0"
required: true

workflow_call:
inputs:
Expand Down

0 comments on commit c5d9124

Please sign in to comment.