diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add39d3..253bcb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,4 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly - # Disable the steady stream of version updates for actions; only notify about security updates. - open-pull-requests-limit: 0 + interval: daily diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4142740..c92e1a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: zip -rg ../ittapi_build_${{ github.ref_name }}.zip build*/**/bin build*/**/fortran python_dist && cd - - name: Generate release provenance - uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 with: subject-path: ./ittapi_build_${{ github.ref_name }}.zip - name: Upload release asset