]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: bump actions/upload-artifact from 4.6.1 to 4.6.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Apr 2025 19:47:09 +0000 (19:47 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Apr 2025 20:36:14 +0000 (22:36 +0200)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02)

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

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 b5c2c7e9ef73f62f460a15899899c80fdb75a93c..ef08e97841c16b50014de49bcaf4e23ecd23e028 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         with:
           name: new-authors
           path: new-authors
index 2dd36c0bb0820f88800722104aaa7f366db56d23..900fb5c8179a4a536ccdaf89c4ca53afda9b5e4e 100644 (file)
@@ -62,7 +62,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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         with:
           name: cbindgen
           path: .
@@ -440,13 +440,13 @@ jobs:
       # container name directly in an artifact, as artifacts can't
       # have ':' in the name.
       - if: ${{ matrix.container == 'fedora:41' &&  env.skip != 'true' }}
-        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         name: Uploading RPMs
         with:
           name: rpms-fedora-40
           path: suricata-rpms/devel/rpms
       - if: ${{ matrix.container == 'almalinux:9' && env.skip != 'true' }}
-        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         name: Uploading RPMs
         with:
           name: rpms-epel-9
@@ -2560,7 +2560,7 @@ jobs:
         run: |
           mkdir dist
           mv suricata-*.tar.gz dist
-      - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+      - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         name: Uploading distribution
         with:
           name: dist
index 1b2aafa7a8b5b170e840182c10748dba81421960..51fde97b6c300e3c26bd18531c9b3240c4f6e5af 100644 (file)
@@ -97,7 +97,7 @@ jobs:
               make -ik distclean > /dev/null
           done
       - run: sccache -s
-      - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+      - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         name: Uploading build log
         if: always()
         with:
index fed65b166c8500afe953ad0d5e6354184afb9a68..7f16b5044d7ae1189865ae1aaa1b27661dfb0aa2 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         with:
           name: cbindgen
           path: .
index 9e96c5cd7372af1cd89c0657ac8238e97e406600..32f1e43288060d1f9e9a4de1dd0e78a94e70b1d7 100644 (file)
@@ -112,7 +112,7 @@ jobs:
           cd ..
           tar zcf suricata-verify.tar.gz suricata-verify
       - name: Uploading prep archive
-        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
         with:
           name: prep
           path: |
index f78a8ed8af333565b73d2102f0c3e73db962efb8..6dedce711183d2feb7fcec8629a102b29fba4ce5 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.1.2
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.1.2
         with:
           name: SARIF file
           path: results.sarif