diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9fb7c012e..84b853107 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: linz/action-pull-request-lint@4744d5a3ab84000afc4eb5dc98b7fd19d7682fff # v1 + - uses: linz/action-pull-request-lint@7adb4bc59b59dc6e097de831c29a17c2c1338826 # v1 with: conventional: 'error' # require conventional pull request title (default: "error" options: "error", "warn", "off") jira: 'warn' # Require JIRA ticket references (default: "warn", options: "error", "warn", "off")