Skip to content

Commit

Permalink
Use hash to reference the shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD authored Oct 4, 2024
1 parent 15e1692 commit 434d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
uses: actions/checkout@v4

- name: Get changed files
uses: DevExpress/github-actions/get-changed-files@next
uses: DevExpress/github-actions/get-changed-files@d5d5b24bb459e853eacca7a0f11003d527fe9192
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'force all tests')
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 434d214

Please sign in to comment.