Skip to content

Commit ea2c064

Browse files
build(deps): bump the ci group with 2 updates
Bumps the ci group with 2 updates: [dorny/paths-filter](https://github.com/dorny/paths-filter) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2...v3) Updates `actions/upload-artifact` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@694cdab...26f96df) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5ca530 commit ea2c064

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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: |

.github/workflows/ossf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)