Skip to content

Commit

Permalink
chore: pin external gh actions to hash (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant authored Oct 12, 2024
1 parent 6434799 commit 771e33b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Avoid Rate Limit With Wait
run: sleep $((RANDOM % 15))
- uses: actions/checkout@v4
- uses: JasonEtco/create-an-issue@v2
- uses: JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MODULE_PATH: ${{ matrix.modules.module_path }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### **Changed**

- pin external gh actions to hash

### **Removed**

=======
Expand Down

0 comments on commit 771e33b

Please sign in to comment.