Skip to content

Commit

Permalink
Merge pull request #756 from opencadc/dependabot/github_actions/commi…
Browse files Browse the repository at this point in the history
…t-check/commit-check-action-0.7.1

chore(deps): bump commit-check/commit-check-action from 0.7.0 to 0.7.1
  • Loading branch information
at88mph authored Dec 9, 2024
2 parents 6387d0b + 6458ea2 commit 7e361f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.commit.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
fetch-depth: 0 # required for merge-base check
- name: Run Commit Check
uses: commit-check/commit-check-action@8d507e12899a9feb405c3ed546252ff9508724e0 # v1
uses: commit-check/commit-check-action@cd614c1cb08de72a55a5ec4aaab7f30ca9ba4d69 # v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
with:
Expand Down

0 comments on commit 7e361f3

Please sign in to comment.