Skip to content

Commit 631e0ec

Browse files
max-ostapenkoGCP Dataform
authored andcommitted
Merge branch 'main' into main
2 parents 99ca1fb + ff035fd commit 631e0ec

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
credentials_json: ${{ secrets.GCP_SA_KEY }}
3232

3333
- name: Set up Terraform
34-
uses: hashicorp/setup-terraform@v3
34+
uses: hashicorp/setup-terraform@v4
3535

3636
- name: Initialize Terraform
3737
run: |

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"superlint": "docker run --platform linux/amd64 -e DEFAULT_BRANCH=main -e VALIDATE_GIT_COMMITLINT=false -e VALIDATE_TERRAFORM_TERRASCAN=false -e VALIDATE_TERRAFORM_TFLINT=false -e FIX_JSON_PRETTIER=true -e IGNORE_GITIGNORED_FILES=true -e VALIDATE_ALL_CODEBASE=true -e VALIDATE_JSCPD=false -e RUN_LOCAL=true -v ./:/tmp/lint ghcr.io/super-linter/super-linter:slim-latest"
88
},
99
"dependencies": {
10-
"@dataform/core": "3.0.47",
10+
"@dataform/core": "3.0.48",
1111
"@masthead-data/dataform-package": "0.2.0"
1212
},
1313
"devDependencies": {
14-
"eslint": "10.0.1",
15-
"globals": "17.3.0",
14+
"eslint": "10.0.2",
15+
"globals": "17.4.0",
1616
"markdownlint-cli": "0.47.0",
17-
"@dataform/cli": "3.0.47"
17+
"@dataform/cli": "3.0.48"
1818
},
1919
"markdownlint": {
2020
"default": true,

0 commit comments

Comments
 (0)