File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 # git directory. Subsequent steps check if this is true, before executing, thus helping us
3333 # run these tests only when there are changes to the git package.
3434 - name : Check for changes to git/ or e2e workflow
35- uses : dorny/paths-filter@v2
35+ uses : dorny/paths-filter@v3
3636 id : filter
3737 with :
3838 filters : |
Original file line number Diff line number Diff line change 4242 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4343 # format to the repository Actions tab.
4444 - name : " Upload artifact"
45- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
45+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
4646 with :
4747 name : SARIF file
4848 path : results.sarif
You can’t perform that action at this time.
0 commit comments