Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/terratest/functions/gi…
Browse files Browse the repository at this point in the history
…thub.com/gruntwork-io/terratest-0.46.12
  • Loading branch information
skyzyx authored Mar 20, 2024
2 parents 1f40147 + 9cf6f6c commit 4dcf977
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
terraform_wrapper: false

- name: Install OpenTofu
uses: opentofu/setup-opentofu@da3271e0a2f8b8552a91e37cf85d03622c328ab7 # v1.0.2
uses: opentofu/setup-opentofu@ae80d4ecaab946d8f5ff18397fbf6d0686c6d46a # v1.0.3
with:
tofu_version: 1.6
tofu_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
cache: true

- name: Install OpenTofu ${{ matrix.opentofu_version }}
uses: opentofu/setup-opentofu@da3271e0a2f8b8552a91e37cf85d03622c328ab7 # v1.0.2
uses: opentofu/setup-opentofu@ae80d4ecaab946d8f5ff18397fbf6d0686c6d46a # v1.0.3
with:
tofu_version: ~${{ matrix.opentofu_version }}
tofu_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0

- name: Check secrets with TruffleHog OSS
uses: trufflesecurity/trufflehog@f2a0ea0b70288cf25ba46d906034417555a207a8 # v3.69.0
uses: trufflesecurity/trufflehog@0147fbb860876070682a5eb215a86e1c3970acbd # v3.70.2
with:
path: ./
head: HEAD
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), adheres t
* [`5b43368`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/5b43368d03ebfe75beee8dbf66f944d0c5509731): **deps**: Bump `actions/checkout` from 4.1.1 to 4.1.2 ([@dependabot](https://github.com/dependabot))
* [`04ea900`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/04ea900f54b7abe1e00aee9fe8ee7ad9f1cf6309): **deps**: Bump `github/codeql-action` from 3.24.6 to 3.24.7 ([@dependabot](https://github.com/dependabot))
* [`889a425`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/889a42582ca07eb1b3b20fd9f7241d1215a6d8a1): **deps**: Bump `github.com/hashicorp/terraform-plugin-go` ([@dependabot](https://github.com/dependabot))
* [`06ae530`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/06ae5307eee922f60cf9d5c3e8b2fe289d507b40): **deps**: Bump `opentofu/setup-opentofu` from 1.0.2 to 1.0.3 ([#195](https://github.com/northwood-labs/terraform-provider-corefunc/issues/195)) ([@dependabot](https://github.com/dependabot))
* [`7d8a967`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/7d8a96710931aa1ac2efbcb08fc69156de9b0145): **deps**: Bump `trufflesecurity/trufflehog` from 3.69.0 to 3.70.2 ([#196](https://github.com/northwood-labs/terraform-provider-corefunc/issues/196)) ([@dependabot](https://github.com/dependabot))
* [`8302ee3`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/8302ee331b9e95066c43c4de48566b4a3b7f317e): **deps**: Bump `github/codeql-action` from 3.24.7 to 3.24.8 ([#197](https://github.com/northwood-labs/terraform-provider-corefunc/issues/197)) ([@dependabot](https://github.com/dependabot))

### :test_tube: Testing

Expand Down Expand Up @@ -560,4 +563,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), adheres t
* [`eb9f7ae`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/eb9f7aecfdaa7bda9087b9b58229d3943571a863): Update the GoReleaser configuration. ([@skyzyx](https://github.com/skyzyx))
* [`a01b12e`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/a01b12e6870b821f561624bca79407e4c87c73cf): Trying to get the build to work. ([@skyzyx](https://github.com/skyzyx))

<p>Generated on 2024-03-14.</p>
<p>Generated on 2024-03-20.</p>

0 comments on commit 4dcf977

Please sign in to comment.