Skip to content

Commit def22fa

Browse files
dependabot[bot]victorjulien
authored andcommitted
github-actions: bump actions/upload-artifact from 4.4.3 to 4.5.0
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](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e16f29e commit def22fa

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: echo ${{ github.event.number }} > new-authors/pr-number.txt
4242
- run: ls -l
4343
- name: Upload new authors
44-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
44+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
4545
with:
4646
name: new-authors
4747
path: new-authors

.github/workflows/builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cargo install --target x86_64-unknown-linux-musl --debug cbindgen
5959
cp $HOME/.cargo/bin/cbindgen .
6060
- name: Uploading prep archive
61-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
61+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
6262
with:
6363
name: cbindgen
6464
path: .
@@ -454,13 +454,13 @@ jobs:
454454
# container name directly in an artifact, as artifacts can't
455455
# have ':' in the name.
456456
- if: matrix.container == 'fedora:40'
457-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
457+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
458458
name: Uploading RPMs
459459
with:
460460
name: rpms-fedora-40
461461
path: suricata-rpms/devel/rpms
462462
- if: matrix.container == 'almalinux:9'
463-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
463+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
464464
name: Uploading RPMs
465465
with:
466466
name: rpms-epel-9
@@ -2812,7 +2812,7 @@ jobs:
28122812
run: |
28132813
mkdir dist
28142814
mv suricata-*.tar.gz dist
2815-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
2815+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
28162816
name: Uploading distribution
28172817
with:
28182818
name: dist

.github/workflows/commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
make -ik distclean > /dev/null
9898
done
9999
- run: sccache -s
100-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
100+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
101101
name: Uploading build log
102102
if: always()
103103
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cargo install --target x86_64-unknown-linux-musl --debug cbindgen
5353
cp $HOME/.cargo/bin/cbindgen .
5454
- name: Uploading prep archive
55-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
55+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
5656
with:
5757
name: cbindgen
5858
path: .

.github/workflows/prepare-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
cd ..
113113
tar zcf suricata-verify.tar.gz suricata-verify
114114
- name: Uploading prep archive
115-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
115+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
116116
with:
117117
name: prep
118118
path: |

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4444
# Optional.
4545
- name: "Upload artifact"
46-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.1.2
46+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.1.2
4747
with:
4848
name: SARIF file
4949
path: results.sarif

0 commit comments

Comments
 (0)