aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-05-13 18:19:48 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-13 18:19:48 +0200
commite196de3e6394ff0e450e6a14d5c507390838828f (patch)
tree48d12211c3c75b1074e63c35329f345bbafa2e9d
parent124723a17e17a10c667afbc17aa4e25f36a16ad1 (diff)
downloadcoredns-e196de3e6394ff0e450e6a14d5c507390838828f.tar.gz
coredns-e196de3e6394ff0e450e6a14d5c507390838828f.tar.zst
coredns-e196de3e6394ff0e450e6a14d5c507390838828f.zip
build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#6657)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/1746f4ab65b179e0ea60a494b83293b640dd5bba...65462800fd760344b1a7b4382951275a0abb4808) --- 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>
-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 183faf110..14cad23f5 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@1746f4ab65b179e0ea60a494b83293b640dd5bba
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 213626df5..2445e6abb 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@1746f4ab65b179e0ea60a494b83293b640dd5bba
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: SARIF file
path: results.sarif