Skip to content

Commit

Permalink
Bump versions (#367)
Browse files Browse the repository at this point in the history
- .NET SDK.
- GitHub Actions.
  • Loading branch information
veikkoeeva authored Aug 14, 2024
1 parent 8a205b7 commit 492b26f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 302 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Harden Runner
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

#- name: Upload Stryker output artefacts
# if: ${{ matrix.os == 'ubuntu-latest' }}
# uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
# uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
# with:
# name: 'Stryker output artefacts'
# path: ${{ github.workspace }}/StrykerOutput/
Expand All @@ -228,7 +228,7 @@ jobs:
# run: dotnet publish -c Release --verbosity normal -o ./publish/

# - name: Archive publish results
# uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
# uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
# with:
# name: Verifiable.Benchmarks
# path: ./publish/*
Expand All @@ -237,7 +237,7 @@ jobs:
# run: dotnet "./publish/Verifiable.Benchmarks.dll" -f "Verifiable.Benchmarks.*"

# - name: Upload benchmark results
# uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
# uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
# with:
# name: Benchmark_Results
# path: ./BenchmarkDotNet.Artifacts/results/*
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

# - name: Upload PR build information artefact
# if: ${{ matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
# uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
# uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
# with:
# name: 'Test Run'
# path: ${{ github.workspace }}/${{ env.file_name }}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Upload Verifiable Nuget packages
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: nupkg
path: |
Expand All @@ -334,7 +334,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
with:
disable-sudo: true
egress-policy: audit
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.100-preview.6.24328.19"
"allowPrerelease": true,
"version": "9.0.100-preview.7.24407.12"
}
}
292 changes: 0 additions & 292 deletions workload-install.ps1

This file was deleted.

0 comments on commit 492b26f

Please sign in to comment.