We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3a08f commit 62de124Copy full SHA for 62de124
.github/workflows/manual-combine-dependabot-prs.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: combine-prs
17
id: combine-prs
18
- uses: github/combine-prs@v5.1.0
+ uses: github/combine-prs@v5.2.0
19
with:
20
ci_required: false
21
labels: dependencies
.tool-versions
@@ -5,6 +5,7 @@ terraform 1.9.2
5
terraform-docs 0.19.0
6
tfsec 1.28.10
7
vale 3.6.0
8
+python 3.13.2t
9
10
# ==============================================================================
11
# The section below is reserved for Docker image versions.
0 commit comments