From 32fe19c0b99a1b47a1f6bd1176f3dad72873d1b4 Mon Sep 17 00:00:00 2001 From: Alexis Rodriguez Date: Sun, 19 Oct 2025 14:42:34 -0500 Subject: [PATCH] chore: update lint.yml & dependency.yml --- .github/workflows/dependency-review.yml | 10 ++++++---- .github/workflows/lint.yml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d5c5a43..e390c03 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -5,8 +5,7 @@ # for security vulnerabilities or other risks. # # Trigger: -# Runs automatically whenever a pull request is opened, updated, -# in the ecommerce platform org. +# Whenever a PR is opened, synchronized, or reopened # # Notes: # Uses GitHub's official Dependency Review action to highlight potential @@ -15,7 +14,8 @@ name: Dependency Review on: - workflow_call: {} + pull_request: + types: [opened, reopened, synchronize] jobs: dependency-review: @@ -34,4 +34,6 @@ jobs: # Runs github's dependency check # --------------------------- - name: Dependency check - uses: actions/dependency-review-action@v4 \ No newline at end of file + uses: actions/dependency-review-action@v4 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 737c45b..079725b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - name: Lint YAML files uses: ibiqlik/action-yamllint@v3 with: - config-file: .yamllint.yml + config_file: .yamllint.yml lint-markdown: name: Markdown Lint