Skip to content

Commit 3e8d691

Browse files
authored
blast_repo fixes (#3401)
Dependabot GitHub Action
1 parent caf760b commit 3e8d691

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Set update schedule for GitHub Actions
2-
# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
3-
1+
# Dependabot configuration file.
2+
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
43
version: 2
5-
updates:
64

7-
- package-ecosystem: "github-actions"
8-
directory: "/"
9-
schedule:
10-
# Check for updates to GitHub Actions every weekday
11-
interval: "daily"
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "monthly"

.github/workflows/community.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
name: "Tests for pkg:drift"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: dart-lang/setup-dart@v1.3
14-
- uses: actions/checkout@v2
13+
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
14+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1515
- run: dart pub get
1616
working-directory: tool
1717

18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1919
with:
2020
repository: simolus3/moor
2121
ref: latest-release

.github/workflows/markdown_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@master
15-
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
14+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
15+
- uses: gaurav-nelson/github-action-markdown-link-check@7399cff7dbff60b761f04ca5d00bef5d4cd2cfc9

0 commit comments

Comments
 (0)