diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 813a3078436..772a289253d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,9 +7,11 @@ on: pull_request: branches: - main + - sec pull_request_review: branches: - main + - sec jobs: shellcheck: diff --git a/action.yml b/action.yml index dfb96877cc8..e865366c014 100644 --- a/action.yml +++ b/action.yml @@ -208,7 +208,7 @@ runs: INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }} INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }} - name: Glob match - uses: tj-actions/glob@v16.14 + uses: tj-actions/glob@v17.0.1 id: glob with: files: ${{ inputs.files }}