Skip to content

chore(deps): Bump step-security/ghaction-import-gpg from 6.3.1 to 7.0.0 - #82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/step-security/ghaction-import-gpg-7.0.0
Open

chore(deps): Bump step-security/ghaction-import-gpg from 6.3.1 to 7.0.0#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/step-security/ghaction-import-gpg-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Copy link
Copy Markdown
Contributor

Bumps step-security/ghaction-import-gpg from 6.3.1 to 7.0.0.

Release notes

Sourced from step-security/ghaction-import-gpg's releases.

v7.0.0

What's Changed

Full Changelog: step-security/ghaction-import-gpg@v6...v7.0.0

Commits
  • c0b4a33 Merge pull request #210 from step-security/feat/update-subscription-check
  • c2fcf60 package updated
  • 9100cd3 Update package.json
  • 04550bc Update action.yml
  • a665b29 Merge branch 'main' into feat/update-subscription-check
  • 7cf51b3 Merge pull request #211 from step-security/Raj-StepSecurity-patch-5
  • b14d3b0 code linted
  • cca0382 ci: Create claude_review.yml
  • cf10c6e feat: added banner and update subscription check to make maintained actions f...
  • 8bc4cd6 Merge pull request #206 from step-security/auto-cherry-pick
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [step-security/ghaction-import-gpg](https://github.com/step-security/ghaction-import-gpg) from 6.3.1 to 7.0.0.
- [Release notes](https://github.com/step-security/ghaction-import-gpg/releases)
- [Commits](step-security/ghaction-import-gpg@69c854a...c0b4a33)

---
updated-dependencies:
- dependency-name: step-security/ghaction-import-gpg
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github Actions code. labels Apr 29, 2026
@dependabot
dependabot Bot requested review from a team as code owners April 29, 2026 03:09
@dependabot dependabot Bot added the github_actions Pull requests that update Github Actions code. label Apr 29, 2026
@dependabot
dependabot Bot requested a review from rbarker-dev April 29, 2026 03:09
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 29, 2026
@github-actions

Copy link
Copy Markdown

Test Results

147 tests   - 61   147 ✅  - 61   47m 52s ⏱️ - 10m 12s
 25 suites  - 14     0 💤 ± 0 
 10 files    -  1     0 ❌ ± 0 

Results for commit c33f575. ± Comparison against base commit 8ec0f16.

This pull request removes 81 and adds 20 tests. Note that renamed tests count towards both.
Should FAIL to verify message signature and return FALSE using isAuthorized for unauthorized key ‑ @HAS IHRC-632 Test Suite IsAuthorized Should FAIL to verify message signature and return FALSE using isAuthorized for unauthorized key
Should NOT allow a spender to spend hbar on behalf of owner without an allowance grant ‑ @HAS IHRC-906 Test Suite Should NOT allow a spender to spend hbar on behalf of owner without an allowance grant
Should NOT allow an approval on behalf of hbar owner WITHOUT its signature ‑ @HAS IHRC-906 Test Suite Should NOT allow an approval on behalf of hbar owner WITHOUT its signature
Should allow a crypto owner contract account to grant an allowance to a spender contract account to transfer allowance to a receiver on behalf of owner contract account ‑ @HAS IHRC-906 Test Suite Should allow a crypto owner contract account to grant an allowance to a spender contract account to transfer allowance to a receiver on behalf of owner contract account
Should allow an approval on behalf of hbar owner WITH its signature ‑ @HAS IHRC-906 Test Suite Should allow an approval on behalf of hbar owner WITH its signature
Should allow owner to grant an allowance to spender using IHRC906AccountFacade and spender to transfer allowance to receiver on behalf of owner ‑ @HAS IHRC-906 Test Suite Should allow owner to grant an allowance to spender using IHRC906AccountFacade and spender to transfer allowance to receiver on behalf of owner
Should execute getEvmAddressAliasPublic and get the corressponded evmAddressAlias ‑ @HAS IHRC-632 Test Suite getEvmAddressAlias Should execute getEvmAddressAliasPublic and get the corressponded evmAddressAlias
Should execute getEvmAddressAliasPublic with NOT long zero address and get INVALID_ACOUNT_ID ‑ @HAS IHRC-632 Test Suite getEvmAddressAlias Should execute getEvmAddressAliasPublic with NOT long zero address and get INVALID_ACOUNT_ID
Should execute getEvmAddressAliasPublic with long zero address and get the corresponded evm address ‑ @HAS IHRC-632 Test Suite getHederaAccountNumAlias Should execute getEvmAddressAliasPublic with long zero address and get the corresponded evm address
Should execute getHederaAccountNumAlias and get the corressponded accountNumAlias ‑ @HAS IHRC-632 Test Suite getHederaAccountNumAlias Should execute getHederaAccountNumAlias and get the corressponded accountNumAlias
…
should NOT be able to use transferFrom on NFT tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on NFT tokens without approval
should NOT be able to use transferFrom on fungible tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on fungible tokens without approval
should be able to compare tokens created from system contract and hapi ‑ TokenCreateContract Test Suite Hapi vs Ethereum token create test should be able to compare tokens created from system contract and hapi
should be able to execute burnToken ‑ TokenCreateContract Test Suite should be able to execute burnToken
should be able to execute createFungibleToken ‑ TokenCreateContract Test Suite should be able to execute createFungibleToken
should be able to execute createFungibleTokenWithCustomFees ‑ TokenCreateContract Test Suite should be able to execute createFungibleTokenWithCustomFees
should be able to execute createNonFungibleToken ‑ TokenCreateContract Test Suite should be able to execute createNonFungibleToken
should be able to execute createNonFungibleTokenWithCustomFees ‑ TokenCreateContract Test Suite should be able to execute createNonFungibleTokenWithCustomFees
should be able to execute cryptoTransfer for hbar transfer only ‑ TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only
should be able to execute cryptoTransfer for nft only ‑ TokenTransferContract Test Suite should be able to execute cryptoTransfer for nft only
…

@natanasow natanasow mentioned this pull request Aug 21, 2026
2 tasks
natanasow added a commit that referenced this pull request Aug 24, 2026
* chore(deps): consolidate pending dependency bumps

Replaces the 14 open dependabot PRs with a single change.

GitHub Actions (pinned SHAs):
- actions/checkout 5.0.0/6.0.2 -> 7.0.0 (#116)
- actions/setup-node 6.4.0 -> 7.0.0 (#120)
- actions/download-artifact 5.0.0/7.0.0 -> 8.0.1 (#73)
- step-security/harden-runner 2.19.0/2.19.3 -> 2.20.0 (#119)
- step-security/close-milestone 2.2.1 -> 2.2.2 (#109)
- step-security/conventional-pr-title-action 3.2.6 -> 3.2.7 (#108)
- step-security/semver-utils 4.3.2 -> 5.0.0 (#105)
- step-security/ghaction-import-gpg 6.3.1 -> 7.0.0 (#82)
- peter-evans/create-pull-request 8.1.0 -> 8.1.1 (#81)
- pandaswhocode/initialize-github-job 1.0.8 -> 1.2.1 (#118)

npm:
- protobufjs ^7.5.3 -> ^8.0.3 (#86)
- @openzeppelin/contracts 5.4.0 -> 5.6.1 (#84)
- @openzeppelin/contracts-upgradeable 5.4.0 -> 5.6.1 (#83)
- axios -> 1.19.0 (#85)
- @hashgraph/hedera-local 2.39.2 -> 2.40.2 (#68)

The action bumps also unify versions that had drifted apart between
workflows: checkout, download-artifact and harden-runner were each
pinned to two different versions.

dependabot.yml now groups updates per ecosystem, so future bumps arrive
as one PR per ecosystem instead of one PR per dependency.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* chore: revert dependabot.yml

Signed-off-by: nikolay <n.atanasow94@gmail.com>

* chore: revert dependabot.yml

Signed-off-by: nikolay <n.atanasow94@gmail.com>

---------

Signed-off-by: nikolay <n.atanasow94@gmail.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github Actions code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant