aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-07 14:28:38 -0500
committerGravatar GitHub <noreply@github.com> 2024-03-07 14:28:38 -0500
commitbf5fbddcbcee3bd5648f9a1d0440777b0a554f10 (patch)
treec29369f914b7f38a01e1de838fb222969a0449be /.github
parent62b23aeae613926af7eecb5aec9a06f57fa7b1a0 (diff)
downloadcoredns-bf5fbddcbcee3bd5648f9a1d0440777b0a554f10.tar.gz
coredns-bf5fbddcbcee3bd5648f9a1d0440777b0a554f10.tar.zst
coredns-bf5fbddcbcee3bd5648f9a1d0440777b0a554f10.zip
build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (#6501)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...5d5d22a31266ced268874388b861e4b58bb5c2f3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/scorecards.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 05b1175bf..cb9f75fb7 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -20,7 +20,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 3d1ee7564..db7119a62 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -43,7 +43,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: SARIF file
path: results.sarif