summaryrefslogtreecommitdiff
path: root/.github/workflows/cifuzz.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-11-11 05:04:56 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2021-11-11 10:32:02 +0000
commit3fec0e6cbfbfa17e018d88efbdf2e7a9231f364b (patch)
treeda8e986f526204a7a89e289f56865a2422fef4aa /.github/workflows/cifuzz.yml
parent5570313421a27bd8a7a7e04de975e64769df8cf8 (diff)
downloadsystemd-3fec0e6cbfbfa17e018d88efbdf2e7a9231f364b.tar.gz
ci: pin some workflows to SHAs
to let Dependabot keep track of them using SHAs codeql-actions doesn't point to SHAs because it isn't clear whether Dependabot supports their release cycle mentioned at https://github.com/github/codeql-action/issues/307
Diffstat (limited to '.github/workflows/cifuzz.yml')
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 730bf9d8e6..2b5dba1757 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -44,7 +44,7 @@ jobs:
dry-run: false
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
if: failure() && steps.build.outcome == 'success'
with:
name: ${{ matrix.sanitizer }}-artifacts