Skip to content

Commit 62ac4f8

Browse files
committed
Pin actions/checkout@v1 to SHA, switch dependabot to monthly
Pin the i386/debian container checkout to SHA to prevent dependabot from updating it (v1 is required for that container). Remove the non-working ignore block and change schedule from weekly to monthly.
1 parent b974df8 commit 62ac4f8

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88
groups:
99
actions:
1010
patterns:
1111
- "*"
12-
ignore:
13-
- dependency-name: actions/checkout
14-
versions:
15-
- "<5"

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,8 @@ jobs:
778778
timeout-minutes: 90
779779

780780
steps:
781-
- uses: actions/checkout@v1 # v1 is required to run inside docker
781+
# v1 required for i386/debian container; pinned to SHA to prevent dependabot updates
782+
- uses: actions/checkout@544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9 # v1
782783

783784
- name: Install requirements
784785
run: |

0 commit comments

Comments
 (0)