Skip to content

chore: Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.19.0 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer #713

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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bb82dc7
feat: Allow setting the market_options runners module to disable spot…
dimisjim Mar 11, 2021
2f25b71
chore: Bump @types/node from 14.14.31 to 14.14.32 in /modules/runners…
dependabot[bot] Mar 11, 2021
0308ed1
chore: Bump @types/node from 14.14.31 to 14.14.32 in /modules/runner-…
dependabot[bot] Mar 11, 2021
eb175e2
chore: Bump nock in /modules/runners/lambdas/runners (#645)
dependabot[bot] Mar 11, 2021
389a28e
chore: Bump ts-node-dev in /modules/runners/lambdas/runners (#588)
dependabot[bot] Mar 11, 2021
6c48a8d
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#671)
dependabot[bot] Mar 12, 2021
4961683
chore: Bump @octokit/types in /modules/runners/lambdas/runners (#669)
dependabot[bot] Mar 12, 2021
608237a
chore: Bump @types/node in /modules/webhook/lambdas/webhook (#676)
dependabot[bot] Mar 12, 2021
847d28d
chore: Bump aws-sdk (#675)
dependabot[bot] Mar 12, 2021
528a5fe
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#674)
dependabot[bot] Mar 12, 2021
ac6c81e
chore: Bump @types/node (#677)
dependabot[bot] Mar 13, 2021
484d456
chore: Bump @types/node in /modules/runners/lambdas/runners (#673)
dependabot[bot] Mar 13, 2021
58b0bb3
chore: Bump @octokit/rest in /modules/webhook/lambdas/webhook (#668)
dependabot[bot] Mar 13, 2021
17badf6
chore: Bump @typescript-eslint/eslint-plugin (#662)
dependabot[bot] Mar 13, 2021
cacae92
chore: Bump @octokit/rest (#667)
dependabot[bot] Mar 13, 2021
b643c71
chore: Bump @typescript-eslint/parser (#672)
dependabot[bot] Mar 13, 2021
6403e55
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#632)
dependabot[bot] Mar 13, 2021
43d947e
chore: Bump @octokit/rest in /modules/runners/lambdas/runners (#666)
dependabot[bot] Mar 13, 2021
b5d4d41
chore: Bump @typescript-eslint/parser (#679)
dependabot[bot] Mar 15, 2021
0220467
chore: Bump aws-sdk (#688)
dependabot[bot] Mar 15, 2021
8b43033
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#683)
dependabot[bot] Mar 15, 2021
7766d76
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#678)
dependabot[bot] Mar 15, 2021
30299ef
chore: Bump eslint (#687)
dependabot[bot] Mar 15, 2021
1528b05
chore: Bump @typescript-eslint/eslint-plugin (#686)
dependabot[bot] Mar 15, 2021
a246ac7
chore: Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 in /modul…
dependabot[bot] Mar 15, 2021
c44eeed
chore: Bump eslint from 7.21.0 to 7.22.0 in /modules/webhook/lambdas/…
dependabot[bot] Mar 15, 2021
7b007e5
chore: Bump eslint from 7.21.0 to 7.22.0 in /modules/runners/lambdas/…
dependabot[bot] Mar 15, 2021
fe02749
chore(ci): fix for auto approve depndabot PR's (#689)
npalm Mar 16, 2021
d08072d
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#685)
dependabot[bot] Mar 17, 2021
1a31840
chore: Bump @typescript-eslint/eslint-plugin (#682)
dependabot[bot] Mar 17, 2021
e3b87ec
chore(examples): add version constraints to ubuntu example (#707)
boldandbusted Mar 28, 2021
c580107
chore(ci): update relase flow
npalm Mar 28, 2021
303f7bc
chore: Bump @typescript-eslint/eslint-plugin
dependabot[bot] Mar 29, 2021
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
14 changes: 11 additions & 3 deletions .github/workflows/auto-approve-dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: Auto approve dependabot
on: pull_request

# Warning: The pull_request_target event is granted a read/write repository
# token and can access secrets, even when it is triggered from a fork. Although
# the workflow runs in the context of the base of the pull request, you should
# make sure that you do not check out, build, or run untrusted code from the
# pull request with this event. Additionally, any caches share the same scope as
# the base branch, and to help prevent cache poisoning, you should not save the
# cache if there is a possibility that the cache contents were altered.
on: pull_request_target

jobs:
build:
approve:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/download-artifact@v2
with:
name: webhook
Expand All @@ -65,7 +66,7 @@ jobs:
- name: Dry run release
if: github.event_name != 'pull_request'
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Read only token
run: |
cp .release/* .
yarn
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ No requirements.
| lambda\_subnet\_ids | List of subnets in which the action runners will be launched, the subnets needs to be subnets in the `vpc_id`. | `list(string)` | `[]` | no |
| logging\_retention\_in\_days | Specifies the number of days you want to retain log events for the lambda log group. Possible values are: 0, 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. | `number` | `180` | no |
| manage\_kms\_key | Let the module manage the KMS key. | `bool` | `true` | no |
| market\_options | Set it to null to use on demand runners. | `string` | `"spot"` | no |
| minimum\_running\_time\_in\_minutes | The time an ec2 action runner should be running at minimum before terminated if non busy. | `number` | `5` | no |
| role\_path | The path that will be added to role path for created roles, if not set the environment name will be used. | `string` | `null` | no |
| role\_permissions\_boundary | Permissions boundary that will be added to the created roles. | `string` | `null` | no |
Expand Down
18 changes: 16 additions & 2 deletions examples/ubuntu/providers.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
terraform {
required_providers {
aws = {
version = "3.20"
}
random = {
version = "3.1.0"
}
}
}


provider "aws" {
region = local.aws_region
version = "3.20"
region = local.aws_region
}

provider "random" {
}
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module "runners" {
s3_location_runner_binaries = local.s3_action_runner_url

instance_type = var.instance_type
market_options = var.market_options
block_device_mappings = var.block_device_mappings

runner_architecture = local.runner_architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"format-check": "prettier --check \"**/*.ts\""
},
"devDependencies": {
"@octokit/rest": "^18.2.0",
"@octokit/rest": "^18.3.5",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/node": "^14.14.34",
"@types/request": "^2.48.4",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.17.0",
"@zeit/ncc": "^0.22.1",
"aws-sdk": "^2.848.0",
"eslint": "^7.21.0",
"aws-sdk": "^2.863.0",
"eslint": "^7.22.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"ts-node-dev": "^1.1.6",
Expand Down
Loading