]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump actions/upload-artifact from 4.4.3 to 4.5.0 12339/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Jan 2025 19:32:50 +0000 (19:32 +0000)
committerVictor Julien <victor@inliniac.net>
Sat, 4 Jan 2025 18:35:28 +0000 (19:35 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/authors.yml
.github/workflows/builds.yml
.github/workflows/commits.yml
.github/workflows/docs.yml
.github/workflows/prepare-deps.yml
.github/workflows/scorecards-analysis.yml

index 080096b1766d30523f800e39a1d09992f9ec4f20..73d039f844b8e64b2e657b1764739b05ba5ed20b 100644 (file)
@@ -41,7 +41,7 @@ jobs:
       - run: echo ${{ github.event.number }} > new-authors/pr-number.txt
       - run: ls -l
       - name: Upload new authors
-        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         with:
           name: new-authors
           path: new-authors
index 3dd15bd375349d31ca92b604320102ac0fde7f25..aef65cb6044b99f505ec2317b9ca837541eef9a0 100644 (file)
@@ -58,7 +58,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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         with:
           name: cbindgen
           path: .
@@ -454,13 +454,13 @@ jobs:
       # container name directly in an artifact, as artifacts can't
       # have ':' in the name.
       - if: matrix.container == 'fedora:40'
-        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         name: Uploading RPMs
         with:
           name: rpms-fedora-40
           path: suricata-rpms/devel/rpms
       - if: matrix.container == 'almalinux:9'
-        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         name: Uploading RPMs
         with:
           name: rpms-epel-9
@@ -2812,7 +2812,7 @@ jobs:
         run: |
           mkdir dist
           mv suricata-*.tar.gz dist
-      - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+      - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         name: Uploading distribution
         with:
           name: dist
index 16c557a36b7d5a5d901f88edf3b3a99df803def3..cbcb118d8f219a1cbefc964832185b2c08c3f169 100644 (file)
@@ -97,7 +97,7 @@ jobs:
               make -ik distclean > /dev/null
           done
       - run: sccache -s
-      - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+      - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         name: Uploading build log
         if: always()
         with:
index 56a94e64d5a405bdcf8b0aa1e320bbc3e297afab..0b2bce92a3875b5382205a55580c0aff3caa016f 100644 (file)
@@ -52,7 +52,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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         with:
           name: cbindgen
           path: .
index 85b59687cda613e3ff0210c6ae1ae1a7893a6cba..2f8ba57b146bdfac631fe42ba4213597e0ea39c7 100644 (file)
@@ -112,7 +112,7 @@ jobs:
           cd ..
           tar zcf suricata-verify.tar.gz suricata-verify
       - name: Uploading prep archive
-        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
         with:
           name: prep
           path: |
index 7b6b466d693ac9ba2b2419711f9faff312845233..8cf17c1c7edb6f3a7c3ec02f7f176aa3b7b17fea 100644 (file)
@@ -43,7 +43,7 @@ jobs:
       # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
       # Optional.
       - name: "Upload artifact"
-        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.1.2
+        uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.1.2
         with:
           name: SARIF file
           path: results.sarif