Skip to content

Commit a1b82e2

Browse files
committed
fixes
1 parent 87738b8 commit a1b82e2

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: weekly
77
time: "01:00"
88
timezone: "Europe/Brussels"
9+
cooldown:
10+
default-days: 7
911
open-pull-requests-limit: 10
1012
versioning-strategy: increase
1113
rebase-strategy: auto
@@ -15,5 +17,7 @@ updates:
1517
interval: weekly
1618
time: "01:00"
1719
timezone: Europe/Brussels
20+
cooldown:
21+
default-days: 7
1822
open-pull-requests-limit: 10
1923
rebase-strategy: auto

.github/workflows/collect-plugin-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: check out
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
with:
1515
fetch-depth: 1
1616

1717
- name: setup node
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1919
with:
2020
node-version: latest
2121
cache: 'npm'

.github/workflows/update-directory.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: check out
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
with:
1414
fetch-depth: 1
1515

1616
- name: setup node
17-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1818
with:
1919
node-version: latest
2020
cache: 'npm'
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Open pull request
4949
if: ${{ env.UPDATED_PLUGIN }}
50-
uses: actions/github-script@v8
50+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5151
with:
5252
script: |
5353
const { repo, owner } = context.repo;

0 commit comments

Comments
 (0)