diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 06e9e75f73..855aa4d8a8 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -36,7 +36,7 @@ jobs: run: mvn -B -Paggregate -Dnode=system test org.pitest:pitest-maven:mutationCoverage package - name: Save aggregated mutation report - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 id: upload_aggregated with: name: mutation_report @@ -46,7 +46,7 @@ jobs: run: echo " * [aggregated report](https://bowlby.flowty.dev/flow/artifacts/Mastercard/flow/${{ steps.upload_aggregated.outputs.artifact-id }}/index.html)" >> $GITHUB_STEP_SUMMARY - name: Save project mutation reports - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 id: upload_project if: ${{ failure() }} with: diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 2ae2f97798..4dbc915c2a 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3.1.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.1.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/static_artifacts.yml b/.github/workflows/static_artifacts.yml index 05ce4b75d4..7da327a2ad 100644 --- a/.github/workflows/static_artifacts.yml +++ b/.github/workflows/static_artifacts.yml @@ -39,7 +39,7 @@ jobs: run: mvn -B -Dnode=system package - name: Save flow execution reports - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 id: upload_flow with: name: flow_execution_reports diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b28f86d57..a029cb162c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,14 +34,14 @@ jobs: run: mvn -B -Dnode=system package - name: Save flow execution reports - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 id: upload_flow with: name: flow_execution_reports path: 'example/**/target/mctf/latest' - name: Save angular coverage reports - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 id: upload_angular with: name: angular_coverage