]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump actions/upload-artifact from 3.1.1 to 3.1.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 6 Jan 2023 19:06:16 +0000 (19:06 +0000)
committerVictor Julien <vjulien@oisf.net>
Tue, 10 Jan 2023 10:14:44 +0000 (11:14 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce)

---
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 547f0973b87a27ade143c0b766d0e93a1972a5a4..00120e2b89cf0bdf5131b97485f05cec12e82605 100644 (file)
@@ -108,7 +108,7 @@ jobs:
       - name: Cleaning up
         run: rm -rf libhtp suricata-update suricata-verify
       - name: Uploading prep archive
-        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
+        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
         with:
           name: prep
           path: .
@@ -132,7 +132,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@83fd05a356d7e2593de66fc9913b3002723633cb
+        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
         with:
           name: prep
           path: .
@@ -468,7 +468,7 @@ jobs:
         run: |
           mkdir dist
           mv suricata-*.tar.gz dist
-      - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
+      - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
         name: Uploading distribution
         with:
           name: dist
index 513e9755d0403e8a2bbce77c9a0db039ad70c5bc..b8e3b277f2f3496f12671c6a96fbfaa45f9ea6db 100644 (file)
@@ -23,7 +23,7 @@ jobs:
        dry-run: false
        sanitizer: ${{ matrix.sanitizer }}
    - name: Upload Crash
-     uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
+     uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
      if: failure()
      with:
        name: ${{ matrix.sanitizer }}-artifacts
index 9aed2cf6f91194bcdf6ec0da693ef8e70c8ddb71..dd40ca374d25f782d15aa4e4329a1bff434de6ef 100644 (file)
@@ -94,7 +94,7 @@ jobs:
               make -ik distclean > /dev/null
           done
       - run: sccache -s
-      - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
+      - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
         name: Uploading build log
         if: always()
         with:
index 890501b8f446094e0c611551981c4142f3b747da..fdfda1f4d96685de0f2a044fbf59509194d4f302 100644 (file)
@@ -42,7 +42,7 @@ jobs:
 
       # Upload the results as artifacts (optional).
       - name: "Upload artifact"
-        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v2.3.1
+        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2.3.1
         with:
           name: SARIF file
           path: results.sarif