Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gcp marketplace flow #18

Draft
wants to merge 74 commits into
base: main
Choose a base branch
from
Draft

Conversation

mgoelswirlds
Copy link
Owner

No description provided.

mgoelswirlds and others added 30 commits April 22, 2024 15:29
* 7938 integrate rest java layers (hashgraph#8140)

**Description**:
Integrate Nft allowances API with Jooq repository layer

This PR modifies ... in order to support ...
* Calls Jooq findAll() to handle all operators
* Exempt EntityServiceImpl from running spotless during commits

**Related issue(s)**:
Fixes hashgraph#7480

Signed-off-by: mgoelswirlds <[email protected]>
---------

Signed-off-by: mgoelswirlds <[email protected]>
Signed-off-by: Mugdha Goel <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@1746f4a...6546280)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…09d62bd630fbf484860addc88871a0dd755e8b56 (hashgraph#8161)

Bump securego/gosec

Bumps [securego/gosec](https://github.com/securego/gosec) from 3b23ec8f0902ac0438a16fb2e5032202853e7122 to 09d62bd630fbf484860addc88871a0dd755e8b56.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@3b23ec8...09d62bd)

---
updated-dependencies:
- dependency-name: securego/gosec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The old validation of the "to" field on contract call made the requests to fail in the contract deploy scenario because the "to" field is empty in this case and only the estimate calls worked before. This PR makes the validation less restrictive and it is now applicable only for transfers.

---------

Signed-off-by: Bilyana Gospodinova <[email protected]>
)

- Remove the v prefix from bats version

Signed-off-by: Xin Li <[email protected]>
* specify limits for each stackgres container

---------

Signed-off-by: Jesse Nelson <[email protected]>
…aph#8047)

* ci: apply best practices to the rosetta workflow

Signed-off-by: Nathan Klick <[email protected]>

* ci: run Gradle workflows on self-hosted runners

Signed-off-by: Nathan Klick <[email protected]>

* ci: ensure dependency check executes on all dependabot PRs

Signed-off-by: Nathan Klick <[email protected]>

* fix: add cgo enabled environment variable

Signed-off-by: Nathan Klick <[email protected]>

* ci: install gcc compiler for the rosetta test workflows

Signed-off-by: Nathan Klick <[email protected]>

* fix: ensure libc headers are available

Signed-off-by: Nathan Klick <[email protected]>

* Split the snyk-monitor job out of the security.yml and moved it to its
own workflow

Signed-off-by: Roger Barker <[email protected]>

* Updated setup-gradle in security.yml

Signed-off-by: Roger Barker <[email protected]>

* Wrong hash attached to gradle/actions/setup-gradle in security.yml and
gradle.yml

Signed-off-by: Roger Barker <[email protected]>

* mundane change

Signed-off-by: Roger Barker <[email protected]>

* accidentally duplicated a uses line. fixed up

Signed-off-by: Roger Barker <[email protected]>

* Setup gradle action commit improperly defined.

Signed-off-by: Roger Barker <[email protected]>

* updated charts & cleanup workflows to use the self-hosted runner

Signed-off-by: Roger Barker <[email protected]>

* updated the release-automation.yml to include self-hosted runnerr

Signed-off-by: Roger Barker <[email protected]>

* Updated the release integration/production for self hosted runners

Signed-off-by: Roger Barker <[email protected]>

* updated action

Signed-off-by: Roger Barker <[email protected]>

* accidentally removed the uses check for checkout code in gradle.yml

Signed-off-by: Roger Barker <[email protected]>

* chore(ci): resolve fabric8 failure

Signed-off-by: Nathan Klick <[email protected]>

* Updated based on PR feedback

Signed-off-by: Roger Barker <[email protected]>

* removed workflow dispatch trigger from rosetta per PR comments.

Signed-off-by: Roger Barker <[email protected]>

* added workflow dispatch to cleanup and charts so I can manually test
these flows.

Signed-off-by: Roger Barker <[email protected]>

* minor cleanup update on cleanup.yml

Signed-off-by: Roger Barker <[email protected]>

* Fixed erroneous naming in the build job

Signed-off-by: Roger Barker <[email protected]>

* Updated cleanup to add a missing name to the checkout step

Signed-off-by: Roger Barker <[email protected]>

* Added name back into build job in gradle.yml workflow

Signed-off-by: Roger Barker <[email protected]>

* Added action to set up python

Signed-off-by: Roger Barker <[email protected]>

* Added python version to setup-python action

Signed-off-by: Roger Barker <[email protected]>

* Python version was treated as a number. Updated with quotes

Signed-off-by: Roger Barker <[email protected]>

* Needed to have the install helm step on the lint job

Signed-off-by: Roger Barker <[email protected]>

* Removed the workflow dispatch triggers from charts.yml and cleanup.yml
since testing is complete. Updated the release workflows to have all
steps named in their jobs.

Signed-off-by: Roger Barker <[email protected]>

* Updated snyk monitor workflow name

Signed-off-by: Roger Barker <[email protected]>

* Updated to use the medium self-hosted runner instance

Signed-off-by: Roger Barker <[email protected]>

* Added workflow dispatch back in so I can test when removing code
checkout and again when I update to using the medium self-hosted runner

Signed-off-by: Roger Barker <[email protected]>

* Cleaned up charts.yml for readability

Signed-off-by: Roger Barker <[email protected]>

* updated the cleanup workflow to use medium self-hosted runner

Signed-off-by: Roger Barker <[email protected]>

* Removed workflow-dispatch trigger from cleanup since testing has
completed.

Signed-off-by: Roger Barker <[email protected]>

---------

Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Roger Barker <[email protected]>
Co-authored-by: Roger Barker <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@1d96c77...0ad4b8f)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
upgrade to kind-action 1.10.0

Signed-off-by: Jesse Nelson <[email protected]>
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.1 to 3.3.2.
- [Commits](gradle/actions@750cdda...db19848)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.4 to 6.0.5.
- [Commits](peter-evans/create-pull-request@9153d83...6d6857d)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hgraph#8184)

Updated the last two `- uses` cases to be `- name` followed by `uses`

Signed-off-by: Roger Barker <[email protected]>
)

Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.4.1 to 12.4.2.
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v12.4.1...v12.4.2)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ashgraph#8198)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.2.0 to 28.3.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.2.0...v28.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ph#8195)

Bumps org.gradle:test-retry-gradle-plugin from 1.5.8 to 1.5.9.

---
updated-dependencies:
- dependency-name: org.gradle:test-retry-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ashgraph#8191)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.9 to 1.25.10.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.9...v1.25.10)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….4.1 to 2.4.2 (hashgraph#8193)

Bump com.gorylenko.gradle-git-properties:gradle-git-properties

Bumps com.gorylenko.gradle-git-properties:gradle-git-properties from 2.4.1 to 2.4.2.

---
updated-dependencies:
- dependency-name: com.gorylenko.gradle-git-properties:gradle-git-properties
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…a-mirror-rosetta (hashgraph#8192)

Bump github.com/ethereum/go-ethereum in /hedera-mirror-rosetta

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.15 to 1.14.0.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.13.15...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hashgraph#8196)

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.556.0 to 3.564.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.564.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps software.amazon.awssdk:bom from 2.25.35 to 2.25.40.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…or-rest (hashgraph#8197)

Bump @testcontainers/postgresql in /hedera-mirror-rest

Bumps [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) from 10.8.2 to 10.9.0.
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.8.2...v10.9.0)

---
updated-dependencies:
- dependency-name: "@testcontainers/postgresql"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* migrate transaction and crypto_transfer in batches
* migrate in binary format
* allow migration for `ASYNC_TABLES` to be resumed in event of failure
* use direct pipe in place of file copy for source to target 

---------

Signed-off-by: Jesse Nelson <[email protected]>
* Add a Redis cache to `/api/v1/transactions`
* Add Redis configuration to REST chart
* Remove temporary snyk Gradle plugin workaround

---------

Signed-off-by: Steven Sheehy <[email protected]>
Add acceptance tests that creates an allowance and use MAPI to verify the allowance.

---------

Signed-off-by: mgoelswirlds <[email protected]>
Description:

- Add hedera.mirror.test.acceptance.restjava properties
- Change /api/v1/accounts/{id}/allowances/nfts to use restjava URL in acceptance tests
- Change chart to set restjava.baseUrl
- Disable NFT allowance acceptance tests temporarily

---------

Signed-off-by: Steven Sheehy <[email protected]>
…ph#8213)

Add write permissions to the release-integration workflow.
Signed-off-by: Nathan Klick <[email protected]>
dependabot bot and others added 30 commits May 6, 2024 09:59
…st (hashgraph#8221)

Bumps [@testcontainers/redis](https://github.com/testcontainers/testcontainers-node) from 10.8.2 to 10.9.0.
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.8.2...v10.9.0)

---
updated-dependencies:
- dependency-name: "@testcontainers/redis"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hashgraph#8223)

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.564.0 to 3.569.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.569.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n /hedera-mirror-rosetta (hashgraph#8231)

Bump github.com/go-playground/validator/v10 in /hedera-mirror-rosetta

Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.19.0 to 10.20.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.19.0...v10.20.0)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (hashgraph#8229)

Bumps [com.google.cloud:spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v5.1.2...v5.2.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:spring-cloud-gcp-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `flywayVersion` from 10.11.1 to 10.12.0.

Updates `gradle.plugin.org.flywaydb:gradle-plugin-publishing` from 10.11.1 to 10.12.0

Updates `org.flywaydb:flyway-database-postgresql` from 10.11.1 to 10.12.0

---
updated-dependencies:
- dependency-name: gradle.plugin.org.flywaydb:gradle-plugin-publishing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…r-rosetta (hashgraph#8232)

Bump github.com/cucumber/godog in /hedera-mirror-rosetta

Bumps [github.com/cucumber/godog](https://github.com/cucumber/godog) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/cucumber/godog/releases)
- [Changelog](https://github.com/cucumber/godog/blob/main/CHANGELOG.md)
- [Commits](cucumber/godog@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/cucumber/godog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@0ad4b8f...44c2b7a)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…d3b2359ae29fe344f4df5bf3a8c6491fb7c46c02 (hashgraph#8235)

Bump securego/gosec

Bumps [securego/gosec](https://github.com/securego/gosec) from cf29d543e241f74432305ac938071eac9e36da7f to d3b2359ae29fe344f4df5bf3a8c6491fb7c46c02.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@cf29d54...d3b2359)

---
updated-dependencies:
- dependency-name: securego/gosec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
**AccessorBasedUsages#estimateCryptoTransfer - token multiplier**
Add `MirrorNodeEvmProperties` in `AccessorBasedUsages`, `ServiceConfiguration`. Add `feesTransferUsageMultiplier` with default value 380 in `MirrorNodeEvmProperties`. Set token multiplier value from `mirrorNodeEvmProperties` in `AccessorBasedUsages`. Modification in `AccessorBasedUsagesTest`. 

**HederaSelfDestructOperationV038 - reasonToHalt missing if statements**
Add `contractIsTokenTreasury`, `contractHasAnyBalance`, `contractOwnsNfts` in` HederaEvmStackedWorldStateUpdater`, because they are needed in `reasonToHalt` statements. Add more tests in `HederaSelfDestructOperationV038 `- `rejectsSelfDestructIfTreasury()`, `rejectsSelfDestructIfContractHasAnyTokenBalance()`, `rejectsSelfDestructIfContractHasAnyNfts()`.

**AbstractAutoCreationLogic#create - missing analyzeTokenTransferCreations part**
Add `tokenAliasMap`, `analyzeTokenTransferCreations` and `reset` in `AbstractAutoCreationLogic`. Add `getTokenAliasMap` in `AutoCreationLogic`. Add needed modifications in `MirrorEvmMessageCallProcessorTest`, `TransferLogicTest`, `SyntheticTxnFactoryTest`, `TransferPrecompileTest`. Add new tests in `AutoCreationLogicTest`.

**SyntethicTxnFactory#createHollowAccount - setMaxAutomaticTokenAssociations**
Add `maxAutoAssociations`in `createHollowAccount`.

---------

Signed-off-by: Zhivko Petkov <[email protected]>
Signed-off-by: Zhivko Petkov <[email protected]>
* Resolve potential alias account in `TokenWipeTransactionHandler` and log recoverable error if it fails
* Fix flaky `ContractResultService` integration test cases

Signed-off-by: Xin Li <[email protected]>
* Bump spring-cloud-gcp-dependencies to 5.2.1
* Fix calculation to split work evenly across copy jobs
* Add a migration to remove file_data from bootstrap address_book 

---------

Signed-off-by: Jesse Nelson <[email protected]>
This PR fixes the issue exposed in acceptance tests

* Remove version from REST uri fragment if exists

---------

Signed-off-by: Xin Li <[email protected]>
…aph#8253)

- Move k6 rest testsuite trigger label to acceptance test pod

Signed-off-by: Xin Li <[email protected]>
…ph#8256)

Add index to nft_allowance to support allowance queries based on spender account ID.

- Add v1 and v2 migrations to define the index.
- Update related readme files.

---------

Signed-off-by: Jeff Schmidt <[email protected]>
* Add frictionless-airdrops.md

Signed-off-by: Edwin Greene <[email protected]>
- Use non-zero byte array as contract result function parameters

Signed-off-by: Xin Li <[email protected]>
- Add the alert rules yaml file exported from Grafana Cloud
- Adjust value related template expressions for proper rendering
- Fix incorrect metric names in custom grpc alert rules
- Fix RestHighCPU query expression to show correct percentage

Signed-off-by: Xin Li <[email protected]>
* Decrease the logging verbosity of the state proof API
* Disable Redis in REST API by default
* Update the release checklist with more details

Signed-off-by: Steven Sheehy <[email protected]>
…hashgraph#8267)

- Only process token metadata / metadata key in TokenCreate and TokenUpdate transactions when HAPI version >= 0.49.0
- Add a db migration to clear incorrect token metadata / metadata key

Signed-off-by: Xin Li <[email protected]>
…tate-proof (hashgraph#8291)

Bump extensionless in /hedera-mirror-rest/check-state-proof

Bumps [extensionless](https://github.com/barhun/extensionless) from 1.9.6 to 1.9.7.
- [Commits](https://github.com/barhun/extensionless/commits)

---
updated-dependencies:
- dependency-name: extensionless
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v17.0.1...v17.0.2)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…h#8297)

Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.7...1.19.8)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8658b8eab6c8fa98fd180f718b1961718e0dce48 (hashgraph#8294)

Bump securego/gosec

Bumps [securego/gosec](https://github.com/securego/gosec) from d3b2359ae29fe344f4df5bf3a8c6491fb7c46c02 to 8658b8eab6c8fa98fd180f718b1961718e0dce48.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@d3b2359...8658b8e)

---
updated-dependencies:
- dependency-name: securego/gosec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hashgraph#8295)

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.569.0 to 3.574.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.574.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps software.amazon.awssdk:bom from 2.25.45 to 2.25.50.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…proof (hashgraph#8292)

Bump glob in /hedera-mirror-rest/check-state-proof

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.12 to 10.3.15.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.12...v10.3.15)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-mirror-rosetta (hashgraph#8293)

Bump github.com/ethereum/go-ethereum in /hedera-mirror-rosetta

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.0 to 1.14.3.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.0...v1.14.3)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.7...1.19.8)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8302)

* Updated permissions on workflows files

Signed-off-by: Roger Barker <[email protected]>

* revert all updates except issues write

Signed-off-by: Roger Barker <[email protected]>

---------

Signed-off-by: Roger Barker <[email protected]>
Signed-off-by: mgoelswirlds <[email protected]>
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.

10 participants