Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLT-666 update ab2d-lambdas workflow to continue using node16 #114

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading