Skip to content

Commit

Permalink
update ab2d-lambdas workflow to continue using node16
Browse files Browse the repository at this point in the history
  • Loading branch information
Maboh Christopher committed Oct 4, 2024
1 parent 924e531 commit 3c15895
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-export-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
defaults:
run:
working-directory: ./attribution-data-file-share
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-export-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
id-token: write
runs-on: ubuntu-latest
environment: prod
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-export-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
contents: read
id-token: write
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
defaults:
run:
working-directory: ./attribution-data-file-share
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-export-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
test:
runs-on: self-hosted
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
defaults:
run:
working-directory: ./attribution-data-file-share
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-import-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
deploy:
runs-on: self-hosted
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
environment: dev
defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-import-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
contents: read
id-token: write
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
environment: prod
steps:
- uses: aws-actions/configure-aws-credentials@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-import-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
contents: read
id-token: write
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
defaults:
run:
working-directory: ./optout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opt-out-import-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
test:
runs-on: self-hosted
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
defaults:
run:
working-directory: ./optout
Expand Down

0 comments on commit 3c15895

Please sign in to comment.