From fa75ba030ce920e31bf94ea7facb1afc8138ce5e Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 18 Sep 2024 15:51:56 +1200 Subject: [PATCH] ci: pin `amannn/action-semantic-pull-request` to a commit (#2632) I noticed that this hasn't been pinned, which it should be to make scorecard happier --- .github/workflows/pr-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 9e8ae6c231e..4e01978bf93 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -30,6 +30,6 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}