Skip to content

Commit a563fe2

Browse files
authored
Pin GitHub Actions to commit SHAs and update dependabot config
1 parent 35b5500 commit a563fe2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
commit-message:
6+
prefix: "[bot] "
7+
cooldown:
8+
default-days: 7
9+
schedule:
10+
interval: "weekly"
11+
day: "wednesday"
12+
time: "11:00"
13+
timezone: "America/Los_Angeles"

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
python-version: ["3.10"]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies

0 commit comments

Comments
 (0)