diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index b5c2c7e9ef..ef08e97841 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -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 diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 2dd36c0bb0..900fb5c817 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 1b2aafa7a8..51fde97b6c 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -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: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fed65b166c..7f16b5044d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: . diff --git a/.github/workflows/prepare-deps.yml b/.github/workflows/prepare-deps.yml index 9e96c5cd73..32f1e43288 100644 --- a/.github/workflows/prepare-deps.yml +++ b/.github/workflows/prepare-deps.yml @@ -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: | diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index f78a8ed8af..6dedce7111 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -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