Skip to content

Commit 4a7723a

Browse files
[data] Update common files for branch 4.8.x (#2963)
* Update common files * Fix H2 tests after latest merge for H2 generate schema changes (#2964) * Fix H2 tests after latest merge for H2 generate schema changes This PR had test failures: #1789 * Update common files --------- Co-authored-by: Radovan Radic <[email protected]>
1 parent 34e883c commit 4a7723a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/renovate.json

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
{
1414
"matchPackagePatterns": ["actions.*"],
1515
"dependencyDashboardApproval": true
16+
"matchUpdateTypes": ["patch"],
17+
"matchCurrentVersion": "!/^0/",
18+
"automerge": true
19+
},
20+
{
21+
"matchUpdateTypes": ["patch"],
22+
"matchCurrentVersion": "!/^0/",
23+
"automerge": true
1624
}
1725
]
1826
}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
actions: read # To read the workflow path.
135135
id-token: write # To sign the provenance.
136136
contents: write # To add assets to a release.
137-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
137+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
138138
with:
139139
base64-subjects: "${{ needs.provenance-subject.outputs.artifacts-sha256 }}"
140140
upload-assets: true # Upload to a new release.

0 commit comments

Comments
 (0)