Skip to content

Commit 63fb7bd

Browse files
Pin GitHub Actions to full-length commit SHAs
1 parent 225de1e commit 63fb7bd

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
version: 2
2-
updates:
3-
- package-ecosystem: "pip"
4-
directory: "/" # Location of package manifests
5-
schedule:
6-
interval: "weekly"
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
groups:
10+
github-actions:
11+
patterns: ["*"]
12+
schedule:
13+
interval: "weekly"
14+
cooldown:
15+
default-days: 7

.github/workflows/test-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
1717
with:
1818
python-version: '3.11'
1919

0 commit comments

Comments
 (0)