Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/erc-registry-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
run: echo "CURRENT_DATE=$(date -u +"%m-%d-%Y")" >> $GITHUB_ENV

- name: Create Pull Request Target hedera-smart-contracts Repository
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0
with:
branch: ERC-Registry-Periodical-Update/${{ github.run_id }}
commit-message: "chore: update ERC Registry with latest ERC-20, ERC-721, and ERC-1155 tokens on Hedera ${{ env.HEDERA_NETWORK }}"
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
cp -r /tmp/erc-registry/${HEDERA_NETWORK}/* ./public/_frontend/${HEDERA_NETWORK}

- name: Create Pull Request Target hedera-mirror-node-explorer
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0
with:
branch: ERC-Registry-Periodical-Update/${{ github.run_id }}
commit-message: "chore: update ERC Registry with latest ERC-20, ERC-721, and ERC-1155 tokens on Hedera ${{ env.HEDERA_NETWORK }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
MILESTONE_NUMBER: ${{ steps.milestone.outputs.milestone_id }}

- name: Commit and Tag
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
uses: step-security/git-auto-commit-action@905c3cd6e9ed2b67b4d46ff401fdb6d745d0ff9d # v7.1.0
with:
commit_author: ${{ steps.gpg_importer.outputs.name }} <${{ steps.gpg_importer.outputs.email }}>
commit_message: 'chore(release): Bump versions for ${{ env.RELEASE_TAG }}'
Expand All @@ -119,7 +119,7 @@ jobs:
tagging_message: ${{ env.RELEASE_TAG }}

- name: Create Github Release
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
uses: step-security/release-action@03a57407052f15d1537fd5469a6fbbc536aba326 # v1.20.0
with:
bodyFile: ${{ env.RELEASE_NOTES_FILENAME }}.md
commit: ${{ env.RELEASE_BRANCH }}
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
run: npm version ${{ env.NEXT_VERSION_SNAPSHOT }} --no-commit-hooks --no-git-tag-version

- name: Create Pull Request
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0
with:
body: |
**Description**:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-hedera-response-codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "PR_MILESTONE=$(curl -s https://api.github.com/repos/hashgraph/hedera-smart-contracts/milestones | jq '.'[0].number)" >> $GITHUB_ENV

- name: Create Pull Request Target hedera-smart-contracts Repository
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0
with:
branch: HederaResponseCodes-Periodical-Update/${{ github.run_id }}
commit-message: 'chore: update HederaResponseContract.sol with the latest protobufs'
Expand Down
Loading