Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/hashicorp/t…
Browse files Browse the repository at this point in the history
…erraform-plugin-framework-1.6.0
  • Loading branch information
skyzyx authored Mar 1, 2024
2 parents 477ad32 + 32ce27c commit f8b3ed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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@e2e140ad1441662206e8f97754b166877dfa1c73 # v3.24.4
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
sarif_file: results.sarif
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@d53b83b58e37db1e58560a0ea5344470c054793f # v3.68.0
uses: trufflesecurity/trufflehog@431586ce78bb91a3c63a61e201a46d272979bfbe # v3.68.3
with:
path: ./
head: HEAD
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), adheres t
* [`5cef9c0`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/5cef9c0aeb100119208dd771c9d84687484d6168): **deps**: Bump `golang/govulncheck-action` from 1.0.1 to 1.0.2 ([#170](https://github.com/northwood-labs/terraform-provider-corefunc/issues/170)) (dependabot[bot])
* [`355da49`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/355da49dd1be6f41dbdb4f5bbf1d5130e2e7d367): **deps**: Bump `github/codeql-action` from 3.24.3 to 3.24.4 ([#171](https://github.com/northwood-labs/terraform-provider-corefunc/issues/171)) (dependabot[bot])
* [`0346ed9`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/0346ed99f2dc4ef5c6d68bcd7522044eefe0c9f1): **deps**: Bump `Go` to 1.22.
* [`88ad2e8`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/88ad2e8a9359147972ef935397a90f067ea26576): **deps**: Bump `github/codeql-action` from 3.24.4 to 3.24.6 ([#177](https://github.com/northwood-labs/terraform-provider-corefunc/issues/177)) (dependabot[bot])
* [`deb3174`](https://github.com/northwood-labs/terraform-provider-corefunc/commit/deb31740b532d4311051c74a39abbcc286dd43d4): **deps**: Bump `trufflesecurity/trufflehog` from 3.68.0 to 3.68.3 ([#176](https://github.com/northwood-labs/terraform-provider-corefunc/issues/176)) (dependabot[bot])

### Documentation

Expand Down

0 comments on commit f8b3ed1

Please sign in to comment.