Skip to content

Commit db52a67

Browse files
authored
Merge pull request #729 from fluxcd/dependabot/github_actions/ci-727f6c18fd
build(deps): bump the ci group with 2 updates
2 parents e5ca530 + ea2c064 commit db52a67

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)