From 431b135924c24e37d4f27b588daa81e89669f0d5 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 15:30:47 +0100 Subject: [PATCH 1/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add39d3b..b2741e56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: dayly # Disable the steady stream of version updates for actions; only notify about security updates. open-pull-requests-limit: 0 From 9119e0638fcf886376dcd10c16878708d106fcdc Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 15:32:30 +0100 Subject: [PATCH 2/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2741e56..8650a933 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: dayly + interval: daily # Disable the steady stream of version updates for actions; only notify about security updates. open-pull-requests-limit: 0 From 79c80b51b77720ad090af57650e64ad05b8aab25 Mon Sep 17 00:00:00 2001 From: Evgeny Parshutin Date: Wed, 14 Jan 2026 18:24:27 +0100 Subject: [PATCH 3/4] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8650a933..253bcb76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,3 @@ updates: directory: / schedule: interval: daily - # Disable the steady stream of version updates for actions; only notify about security updates. - open-pull-requests-limit: 0 From c40e8e23be8746d2cb08d55d65e0a775b4105fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:25:16 +0000 Subject: [PATCH 4/4] build(deps): bump actions/attest-build-provenance from 1.4.3 to 3.1.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.3 to 3.1.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/1c608d11d69870c2092266b3f9a6f3abbf17002c...00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41427405..c92e1a7e 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