We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57efad7 + 77a262a commit fcf0015Copy full SHA for fcf0015
2 files changed
.github/workflows/_meta-build.yaml
@@ -56,7 +56,7 @@ jobs:
56
mvn -B cyclonedx:makeBom -Dservices.bom.merge.skip=false org.codehaus.mojo:exec-maven-plugin:exec@merge-services-bom
57
58
- name: Upload Artifacts
59
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
60
with:
61
name: assembled-wars
62
path: |-
.github/workflows/ci-test.yaml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Upload PR test coverage report
70
if: ${{ github.event_name == 'pull_request' }}
71
72
73
name: pr-test-coverage-report
74
0 commit comments