Skip to content

Commit

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

chore(deps): bump commit-check/commit-check-action from 0.7.3 to 0.7.4
  • Loading branch information
at88mph authored Feb 26, 2025
2 parents 9a2197b + 14d4fd6 commit 7b08f25
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@3b406fc3006cde0e64a760fb50063f79027259c2 # v1
uses: commit-check/commit-check-action@cac2d49b6c81b73cefef7a842f69b872543a18dc # v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments
with:
Expand Down

0 comments on commit 7b08f25

Please sign in to comment.