Skip to content

Commit a855e21

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b83a12 commit a855e21

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ jobs:
4848
run: ./gradlew build coveralls
4949
- name: Upload Checkstyle reports
5050
if: failure()
51-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5252
with:
5353
name: checkstyle-reports-linux
5454
path: '**/build/reports/checkstyle/*.xml'
5555
retention-days: 5
5656
- name: Upload Spotbugs reports
5757
if: failure()
58-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
58+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5959
with:
6060
name: spotbugs-reports-linux
6161
path: '**/build/reports/spotbugs/*.xml'
6262
retention-days: 5
6363
- name: Upload Test Results
6464
if: failure()
65-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
65+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6666
with:
6767
name: test-results-linux
6868
path: '**/build/test-results/**/*.xml'
@@ -107,21 +107,21 @@ jobs:
107107
run: ./gradlew.bat build -PexcludeContainerised
108108
- name: Upload Checkstyle reports
109109
if: failure()
110-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
110+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
111111
with:
112112
name: checkstyle-reports-win
113113
path: '**/build/reports/checkstyle/*.xml'
114114
retention-days: 5
115115
- name: Upload Spotbugs reports
116116
if: failure()
117-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
117+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
118118
with:
119119
name: spotbugs-reports-win
120120
path: '**/build/reports/spotbugs/*.xml'
121121
retention-days: 5
122122
- name: Upload Test Results
123123
if: failure()
124-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
124+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
125125
with:
126126
name: test-results-win
127127
path: '**/build/test-results/**/*.xml'

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
62+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6363
with:
6464
name: SARIF file
6565
path: results.sarif

0 commit comments

Comments
 (0)