Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
build(deps): Bumped all versions (#43)
Browse files Browse the repository at this point in the history
* ci(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.11.2...0.12.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump bats-assert from `42e4d86` to `e2d855b` in /test

Bumps [bats-assert](https://github.com/bats-core/bats-assert) from `42e4d86` to `e2d855b`.
- [Release notes](https://github.com/bats-core/bats-assert/releases)
- [Commits](bats-core/bats-assert@42e4d86...e2d855b)

---
updated-dependencies:
- dependency-name: bats-assert
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump bats-file from `cb914cd` to `048aa4c` in /test

Bumps [bats-file](https://github.com/bats-core/bats-file) from `cb914cd` to `048aa4c`.
- [Release notes](https://github.com/bats-core/bats-file/releases)
- [Commits](bats-core/bats-file@cb914cd...048aa4c)

---
updated-dependencies:
- dependency-name: bats-file
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump bats-support from `3c8fadc` to `9bf10e8` in /test

Bumps [bats-support](https://github.com/bats-core/bats-support) from `3c8fadc` to `9bf10e8`.
- [Release notes](https://github.com/bats-core/bats-support/releases)
- [Commits](bats-core/bats-support@3c8fadc...9bf10e8)

---
updated-dependencies:
- dependency-name: bats-support
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): Bumped all versions

* Fixed go imports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
pcasteran and dependabot[bot] authored Sep 13, 2023
1 parent 53e154b commit 8bb793e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# platforms: "linux/amd64,linux/arm64"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use CDKTF version from tag
if: ${{ startsWith(github.event.ref, 'refs/tags/') }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
${{ env.DOCKER_IMAGE_TAG }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.11.2
uses: aquasecurity/trivy-action@0.12.0
with:
image-ref: ${{ env.DOCKER_IMAGE_TAG }}
format: "table"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
# runner: macos-latest
runs-on: ${{ matrix.platform.runner }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Docker
if: ${{ matrix.platform.os == 'darwin' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand All @@ -24,7 +24,7 @@ jobs:
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`.
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG BASE="python"
ARG PYTHON_BASE_VERSION="3.11-alpine3.18"
ARG GO_BASE_VERSION="1.20-alpine3.18"
ARG GO_BASE_VERSION="1.21-alpine3.18"

ARG PIPENV_VERSION="2023.7.11"
ARG PIPENV_VERSION="2023.9.8"

ARG TERRAFORM_VERSION="1.5.3"
ARG CDKTF_VERSION="0.17.1"
ARG TERRAFORM_VERSION="1.5.7"
ARG CDKTF_VERSION="0.18.0"

##

Expand Down
8 changes: 4 additions & 4 deletions test/go/main_full_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package main
import (
"github.com/aws/constructs-go/constructs/v10"
"github.com/aws/jsii-runtime-go"
localFile "github.com/cdktf/cdktf-provider-local-go/local/v7/file"
localProvider "github.com/cdktf/cdktf-provider-local-go/local/v7/provider"
randomProvider "github.com/cdktf/cdktf-provider-random-go/random/v8/provider"
"github.com/cdktf/cdktf-provider-random-go/random/v8/stringresource"
localFile "github.com/cdktf/cdktf-provider-local-go/local/v8/file"
localProvider "github.com/cdktf/cdktf-provider-local-go/local/v8/provider"
randomProvider "github.com/cdktf/cdktf-provider-random-go/random/v9/provider"
"github.com/cdktf/cdktf-provider-random-go/random/v9/stringresource"
"github.com/hashicorp/terraform-cdk-go/cdktf"
"os"
"path/filepath"
Expand Down
28 changes: 15 additions & 13 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bb793e

Please sign in to comment.