Skip to content

Conversation

@khos2ow
Copy link
Member

@khos2ow khos2ow commented Apr 8, 2025

No description provided.

kylecarbs and others added 30 commits November 7, 2021 12:00
Parse the sensitive key for input variables
update circle config and docker mirror
Unfortunately we adopted a not-yet-finalized snapshot of the io/fs API
and the final design doesn't quite match, and so this is a trivial adapter
layer to allow passing standard library filesystems into
LoadModuleFromFilesystem even though they do not (and cannot) implement
our own FS interface.
[COMPLIANCE] Add Copyright and License Headers
Add GitHub Actions CI config
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.2...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@755da8c...ac59398)

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

Signed-off-by: dependabot[bot] <support@github.com>
…-03-10

SEC-090: Automated trusted workflow pinning (2023-03-10)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...8f4b7f8)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-3.5.0

Bump actions/checkout from 3.3.0 to 3.5.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@6edd440...4d34df0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ns/setup-go-4.0.0

Bump actions/setup-go from 3.5.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8f4b7f8...8e5e7e5)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-3.5.2

Bump actions/checkout from 3.5.0 to 3.5.2
radditude and others added 28 commits May 22, 2023 13:20
…ons/setup-go-4.0.1

Bump actions/setup-go from 4.0.0 to 4.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e5e7e5...c85c95e)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@fac708d...93397be)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ons/setup-go-4.1.0

Bump actions/setup-go from 4.0.1 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@c85c95e...f43a0e5)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@f43a0e5...8ade135)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-4.1.0

Bump actions/checkout from 3.6.0 to 4.1.0
update `go get` to `go install` command
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
The latest version of the Terraform requires a newer version of HCL than
was previously selected here, because it makes use of the new possibility
for namespaced functions.

This upgrade should make it now possible for programs that use this library
to analyze Terraform modules that contain calls to namespaced functions.
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
* upstream/master: (38 commits)
  Pin action refs to latest trusted by TSCCR (#131)
  Pin action refs to latest trusted by TSCCR (#130)
  github: Transfer ownership of this repo to the Registry team (#127)
  ci: Enable Dependabot for security updates (#128)
  ci: Enable test coverage reporting (#126)
  Pin action refs to latest trusted by TSCCR (#125)
  Result of tsccr-helper -log-level=info gha update -latest . (#123)
  Result of tsccr-helper -log-level=info gha update -latest . (#122)
  Result of tsccr-helper -log-level=info gha update -latest . (#121)
  go.mod: Upgrade to HCL v2.20.1
  Fix typo (#80)
  Result of tsccr-helper -log-level=info gha update -latest . (#119)
  Change Dependabot to only manage HashiCorp-owned Actions
  update go get to go install command
  Bump actions/checkout from 3.6.0 to 4.1.0
  Bump actions/checkout from 3.5.3 to 3.6.0
  Bump actions/setup-go from 4.0.1 to 4.1.0
  Bump actions/checkout from 3.5.2 to 3.5.3
  Bump actions/setup-go from 4.0.0 to 4.0.1
  Bump actions/checkout from 3.5.0 to 3.5.2
  ...
@khos2ow khos2ow merged commit 5b88c7e into master Apr 8, 2025
1 of 2 checks passed
@khos2ow khos2ow deleted the upgrade branch April 8, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.