We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tj-actions/[email protected]
v46.0.5
1 parent b765069 commit c335600Copy full SHA for c335600
.github/workflows/validate.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Evaluate | Check specific file types for changes
28
id: changed-files
29
- uses: tj-actions/changed-files@v45.0.7
+ uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
30
if: github.event_name == 'push' || github.event_name == 'pull_request'
31
with:
32
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}
0 commit comments