From 771e33b271b01eba365bcf2f2b8b8d4cd62d7d13 Mon Sep 17 00:00:00 2001 From: Lucas Hanson Date: Sat, 12 Oct 2024 12:04:03 -0700 Subject: [PATCH] chore: pin external gh actions to hash (#296) --- .github/workflows/check-integration-tests.yml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-integration-tests.yml b/.github/workflows/check-integration-tests.yml index 13cf148..d16b043 100644 --- a/.github/workflows/check-integration-tests.yml +++ b/.github/workflows/check-integration-tests.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd59b8..cb09476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** =======