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.
1 parent 7a4e4a9 commit c52e074Copy full SHA for c52e074
.github/workflows/build.yml
@@ -582,6 +582,9 @@ jobs:
582
win-gcc:
583
runs-on: 'ubuntu-latest'
584
timeout-minutes: 30
585
+ permissions:
586
+ id-token: write
587
+ attestations: write
588
steps:
589
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
590
with:
@@ -607,6 +610,12 @@ jobs:
607
610
608
611
- name: 'list dependencies'
609
612
run: cat urls.txt *-version-*.txt || true
613
+ - uses: actions/attest-build-provenance@2
614
+ with:
615
+ subject-path: |
616
+ *-*-mingw*.*
617
+ urls.txt
618
+
619
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
620
621
name: 'curl-windows-gcc-noarm64'
0 commit comments