diff --git a/.github/workflows/advisories.yml b/.github/workflows/advisories.yml index 1d0a80fe..ed7e5d03 100644 --- a/.github/workflows/advisories.yml +++ b/.github/workflows/advisories.yml @@ -34,7 +34,7 @@ jobs: echo "author=$(git show -s --format='%an <%ae>')" >> $GITHUB_OUTPUT echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Commit any updates - uses: stefanzweifel/git-auto-commit-action@v7 + uses: stefanzweifel/git-auto-commit-action@v9 with: commit_message: "Updated advisory posts against rubysec/ruby-advisory-db@${{ steps.git-commit.outputs.hash }}" file_pattern: advisories/_posts/*.md