Skip to content

Commit 1faa880

Browse files
mesh-2834: actions use commit sha for versioning
1 parent 9d358b7 commit 1faa880

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
prefix: "MESH-2092 "
88
schedule:
99
interval: "daily"
10+
cooldown:
11+
default-days: 7
1012
groups:
1113
dependencies:
1214
patterns:
@@ -18,6 +20,8 @@ updates:
1820
prefix: "MESH-2092 "
1921
schedule:
2022
interval: "daily"
23+
cooldown:
24+
default-days: 7
2125
groups:
2226
dependencies:
2327
patterns:

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Auto-approve Dependabot PR
29-
uses: hmarr/auto-approve-action@v4
29+
uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7 # v4
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232

.github/workflows/scheduled-combine-dependabot-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: combine-prs
2727
id: combine-prs
28-
uses: github/[email protected]
28+
uses: github/combine-prs@2909f404763c3177a456e052bdb7f2e85d3a7cb3 # v5.2.0
2929
with:
3030
ci_required: ${{ inputs.ci_required == 'YES' }}
3131
labels: dependencies

0 commit comments

Comments
 (0)