Skip to content

Commit

Permalink
Update dco action to a tagged version.
Browse files Browse the repository at this point in the history
No need to use a hash directly.

Signed-off-by: Andrew Walbran <qwandor@google.com>
  • Loading branch information
qwandor committed Nov 29, 2023
1 parent 1a0bd30 commit 545185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: DCO Check
uses: tim-actions/dco@2fd0504dc0d27b33f542867c300c60840c6dcb20
uses: tim-actions/dco@v1.1.0
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}

Expand Down

0 comments on commit 545185c

Please sign in to comment.