Skip to content

Commit 1ec38b4

Browse files
PavelSBorisovandrewb1269rbarker-dev
authored
chore: small fixes
Co-authored-by: Andrew Brandt <andrew.brandt@hashgraph.com> Co-authored-by: Roger Barker <roger.barker@swirldslabs.com> Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com>
1 parent dc1128a commit 1ec38b4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/000-user-official-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
name: Publish Official Release of Hedera Transaction Tool
2727
# MacOS runner for future compatibility (when frontend builds get added to semantic release)
2828
runs-on: macos-latest
29-
3029
steps:
3130
- name: Harden Runner
3231
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
@@ -43,7 +42,7 @@ jobs:
4342

4443
- name: Import GPG Key
4544
id: gpg
46-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
45+
uses: step-security/ghaction-import-gpg@69c854a83c7f79463f8bdf46772ab09826c560cd # v6.3.1
4746
with:
4847
git_commit_gpgsign: true
4948
git_user_signingkey: true

.github/workflows/001-flow-pull-request-formatting.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
assignee-check:
4444
name: Assignee Check
4545
runs-on: network-node-linux-medium
46-
4746
steps:
4847
- name: Harden Runner
4948
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
@@ -54,4 +53,4 @@ jobs:
5453
if: ${{ github.event.pull_request.assignees == null || github.event.pull_request.assignees[0] == null }}
5554
run: |
5655
echo "Assignee is not set. Failing the workflow."
57-
exit 1
56+
exit 1

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
"name": "resd-455"
102102
}
103103
]
104-
}
104+
}

0 commit comments

Comments
 (0)