diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d09add..bf89af6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,14 +139,14 @@ jobs: requirements.yml || yq -n '.collections += [{"name": strenv(NAME)}]' > requirements.yml - name: Upload requirements file - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: requirements-yml path: ./requirements.yml overwrite: true - name: Upload artifact - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ${{ steps.collection.outputs.name }} path: ./artifacts/ @@ -163,7 +163,7 @@ jobs: egress-policy: audit - name: Merge Artifacts - uses: actions/upload-artifact/merge@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ansible-collections delete-merged: true diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index e148cf3..f3df2d3 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -61,7 +61,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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: SARIF file path: results.sarif