Skip to content

Commit

Permalink
Update tooling (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
veikkoeeva authored May 20, 2024
1 parent 5a9820c commit 1dbfdde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dotnet-stryker": {
"version": "4.0.4",
"version": "4.0.5",
"commands": [
"dotnet-stryker"
]
Expand All @@ -33,13 +33,13 @@
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.4",
"version": "5.3.0",
"commands": [
"reportgenerator"
]
},
"microsoft.sbom.dotnettool": {
"version": "2.2.4",
"version": "2.2.5",
"commands": [
"sbom-tool"
]
Expand Down
20 changes: 10 additions & 10 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@eb238b55efaa70779f274895e782ed17c84f2895
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
with:
disable-sudo: true
egress-policy: block
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

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

# - name: Archive publish results
# uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v3.1.3
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# with:
# name: Verifiable.Benchmarks
# path: ./publish/*
Expand All @@ -235,7 +235,7 @@ jobs:
# run: dotnet "./publish/Verifiable.Benchmarks.dll" -f "Verifiable.Benchmarks.*"

# - name: Upload benchmark results
# uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v3.1.3
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# with:
# name: Benchmark_Results
# path: ./BenchmarkDotNet.Artifacts/results/*
Expand Down Expand Up @@ -280,7 +280,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v3.1.3
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# with:
# name: 'Test Run'
# path: ${{ github.workspace }}/${{ env.file_name }}
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
- name: Upload Verifiable Nuget packages
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: nupkg
path: |
Expand All @@ -332,7 +332,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
with:
disable-sudo: true
egress-policy: block
Expand All @@ -347,7 +347,7 @@ jobs:
api.clearlydefined.io:443
- name: Download NuGet artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: nupkg

Expand All @@ -363,7 +363,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4
with:
disable-sudo: true
egress-policy: audit
Expand All @@ -377,7 +377,7 @@ jobs:
nuget.pkg.github.com:443
- name: Download NuGet artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: nupkg

Expand Down

0 comments on commit 1dbfdde

Please sign in to comment.