Skip to content

Commit 4b7d7e0

Browse files
authored
fix: correct step-security/harden-runner SHA in merge conflict bot workflow (#1280)
Signed-off-by: cheese-cakee <farzanaman99@gmail.com>
1 parent 5cf8553 commit 4b7d7e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/bot-merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.event.repository.default_branch }}
3434

3535
- name: Harden the runner
36-
uses: step-security/harden-runner@20cf3052978e1b6646b35198a5d69ed51a6c9d71 # v2.14.0
36+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3737
with:
3838
egress-policy: audit
3939

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
118118

119119
### Fixed
120120

121+
- Fixed step-security/harden-runner action SHA in merge conflict bot workflow (#1278)
121122
- Fixed the README account balance example to use correct SDK APIs and provide a runnable testnet setup. (#1250)
122123
- Fix token association verification in `token_airdrop_transaction.py` to correctly check if tokens are associated by using `token_id in token_balances` instead of incorrectly displaying zero balances which was misleading (#[815])
123124
- Fixed inactivity bot workflow not checking out repository before running (#964)

0 commit comments

Comments
 (0)