Merge branch 'main' into removeReadOnlyFromForms

This commit is contained in:
Anthony Stirling 2025-04-29 11:38:25 +01:00 committed by GitHub
commit 63e269dd81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -111,7 +111,7 @@ jobs:
egress-policy: audit egress-policy: audit
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with: with:
name: stirling-${{ matrix.file_suffix }}binaries name: stirling-${{ matrix.file_suffix }}binaries
@ -239,7 +239,7 @@ jobs:
egress-policy: audit egress-policy: audit
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with: with:
name: ${{ matrix.platform }}binaries name: ${{ matrix.platform }}binaries
@ -302,7 +302,7 @@ jobs:
egress-policy: audit egress-policy: audit
- name: Download signed artifacts - name: Download signed artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R
- name: Upload binaries, attestations and signatures to Release and create GitHub Release - name: Upload binaries, attestations and signatures to Release and create GitHub Release

View File

@ -88,7 +88,7 @@ jobs:
egress-policy: audit egress-policy: audit
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with: with:
name: binaries${{ matrix.file_suffix }} name: binaries${{ matrix.file_suffix }}
- name: Display structure of downloaded files - name: Display structure of downloaded files
@ -166,7 +166,7 @@ jobs:
egress-policy: audit egress-policy: audit
- name: Download signed artifacts - name: Download signed artifacts
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with: with:
name: signed${{ matrix.file_suffix }} name: signed${{ matrix.file_suffix }}