]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump actions/upload-artifact from 3.1.0 to 3.1.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 21 Oct 2022 20:00:34 +0000 (20:00 +0000)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Oct 2022 08:39:10 +0000 (10:39 +0200)
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>
.github/workflows/builds.yml
.github/workflows/cifuzz.yml
.github/workflows/commits.yml
.github/workflows/scorecards-analysis.yml

index 8fa4b424e851d25279241d84c04158f8b0e471ba..7c754957ca2bf28420317caddc607eff42a0e0b8 100644 (file)
@@ -113,7 +113,7 @@ jobs:
       - name: Cleaning up
         run: rm -rf libhtp suricata-update suricata-verify
       - name: Uploading prep archive
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
         with:
           name: prep
           path: .
@@ -137,7 +137,7 @@ jobs:
           cargo install --target x86_64-unknown-linux-musl --debug cbindgen
           cp $HOME/.cargo/bin/cbindgen .
       - name: Uploading prep archive
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
         with:
           name: prep
           path: .
@@ -368,7 +368,7 @@ jobs:
         run: |
           mkdir dist
           mv suricata-*.tar.gz dist
-      - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+      - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
         name: Uploading distribution
         with:
           name: dist
index 63db455cdce6431434cc353a7dc3fc2b81b58fb1..513e9755d0403e8a2bbce77c9a0db039ad70c5bc 100644 (file)
@@ -23,7 +23,7 @@ jobs:
        dry-run: false
        sanitizer: ${{ matrix.sanitizer }}
    - name: Upload Crash
-     uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+     uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
      if: failure()
      with:
        name: ${{ matrix.sanitizer }}-artifacts
index c4f16a992247f468620b1d286f1ed138597d2897..72344f85f96cf64ff0a6ffb3fdb7eac8fccb5675 100644 (file)
@@ -94,7 +94,7 @@ jobs:
               make -ik distclean > /dev/null
           done
       - run: sccache -s
-      - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
+      - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
         name: Uploading build log
         if: always()
         with:
index 4fc02ad4c6b3dd96c75290569b2028b4595313f5..e885a49dd1c62da778b0f88af6c0c79dfeaf74a0 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
       # Upload the results as artifacts (optional).
       - name: "Upload artifact"
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v2.3.1
         with:
           name: SARIF file
           path: results.sarif