Skip to content

Commit 6250ad0

Browse files
author
Hayley Denbraver
authored
Adjusting GitHub actions (#446)
This PR does the following: Pins the action to a commit. Changes scheduled scanning to twice a week. Signed-off-by: Hayley Denbraver <denbraver@google.com>
1 parent 6693d37 commit 6250ad0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/link-check-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
11+
- uses: gaurav-nelson/github-action-markdown-link-check@322b2315689b8cc8c65c14a07064ec862e62ee7c
1212
with:
1313
use-quiet-mode: "yes"
1414
base-branch: "main"

.github/workflows/link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Check markdown links on schedule
22

33
on:
44
schedule:
5-
- cron: '45 22 * * *'
5+
- cron: '45 22 * * 1,4'
66
permissions: # added using https://github.com/step-security/secure-repo
77
contents: read
88
jobs:
99
markdown-link-check:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
13+
- uses: gaurav-nelson/github-action-markdown-link-check@322b2315689b8cc8c65c14a07064ec862e62ee7c
1414
with:
1515
use-quiet-mode: "yes"
1616
# Documentation available here: https://github.com/marketplace/actions/markdown-link-check

0 commit comments

Comments
 (0)