Skip to content

Commit

Permalink
Update attestations to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Dec 14, 2024
1 parent c033ddb commit d4884ac
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,7 @@ jobs:
commitish: ${{ github.event.head_commit.id }}

- name: Generate Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./swagger/tgs_api.json
github-token: ${{ steps.app-token-generation.outputs.token }}
Expand Down Expand Up @@ -1823,7 +1823,7 @@ jobs:
prerelease: ${{ env.TGS_GRAPHQL_PRERELEASE }}

- name: Generate Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./schema/tgs_api.graphql
github-token: ${{ steps.app-token-generation.outputs.token }}
Expand Down Expand Up @@ -1901,7 +1901,7 @@ jobs:
commitish: ${{ github.event.head_commit.id }}

- name: Generate Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./DMAPI.zip
github-token: ${{ steps.app-token-generation.outputs.token }}
Expand Down Expand Up @@ -2158,42 +2158,42 @@ jobs:
path: ./ServerConsole.zip

- name: Generate Server Console Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./ServerConsole.zip

- name: Generate Server Service Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./ServerService.zip

- name: Generate DMAPI Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./DMAPI.zip

- name: Generate REST API Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./swagger/tgs_api.json

- name: Generate GraphQL API Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./schema/tgs-api.graphql

- name: Generate Debian Packaging Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./packaging-debian/tgstation-server-v${{ env.TGS_VERSION }}.debian.packaging.tar.xz

- name: Generate MariaDB .msi Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./build/package/winget/Tgstation.Server.Host.Service.Wix.Bundle/bin/Release/mariadb.msi

- name: Generate Installer .exe Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./build/package/winget/tgstation-server-installer.exe

Expand Down Expand Up @@ -2271,7 +2271,7 @@ jobs:
asset_content_type: text/plain

- name: Generate Server Update Package Artifact Attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: ./ServerUpdatePackage.zip
github-token: ${{ steps.app-token-generation.outputs.token }}
Expand Down

0 comments on commit d4884ac

Please sign in to comment.