aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-10-25 10:45:26 -0400
committerGravatar GitHub <noreply@github.com> 2022-10-25 10:45:26 -0400
commit9dd42a2e93027cf457ea575eee5d98b3903c8b0b (patch)
treeed67a7de0205e78549254fcf2edb2d0a6f555266
parenteebd17a52f4f9afaaf82eabc4b810a302baafdca (diff)
downloadcoredns-9dd42a2e93027cf457ea575eee5d98b3903c8b0b.tar.gz
coredns-9dd42a2e93027cf457ea575eee5d98b3903c8b0b.tar.zst
coredns-9dd42a2e93027cf457ea575eee5d98b3903c8b0b.zip
build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1 (#5714)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...83fd05a356d7e2593de66fc9913b3002723633cb) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 10e1ec916..d509aa72a 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@3cea5372237819ed00197afe530f5a7ea3e805c8
+ uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index e98c7d500..ee46f5046 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@3cea5372237819ed00197afe530f5a7ea3e805c8
+ uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: SARIF file
path: results.sarif