Skip to content

Commit

Permalink
pin the actions/checkout GitHub Action to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Apr 30, 2024
1 parent e4e3ae2 commit 5ecc7b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Checkout the code
uses: actions/checkout@main
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4.1.4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdownlinkcheck.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@main
uses: actions/checkout@v4.1.4

- name: Validate Markdown
uses: DavidAnson/[email protected]
Expand Down

0 comments on commit 5ecc7b4

Please sign in to comment.