diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 828b08f..d68bf67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: # exact package files. Anyone who downloads the package can verify it came from this repository # rather than from someone who republished it under the same name. if: github.event_name == 'release' || github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ env.NuGetDirectory }}/*.nupkg - name: Upload package artifact diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index ac24ae4..e7e424c 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -22,7 +22,7 @@ jobs: # the pull request's own code is checked out or executed here. - name: Fetch update metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index 385d2c4..c13880e 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -37,6 +37,6 @@ jobs: run: dotnet restore - name: Detect and submit dependencies - uses: advanced-security/component-detection-dependency-submission-action@v0.1.4 + uses: advanced-security/component-detection-dependency-submission-action@v0.1.6 with: filePath: .