Skip to content

Commit c6e5485

Browse files
committed
pin the actions/checkout GitHub Action to a specific version
1 parent f469752 commit c6e5485

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99

1010
- name: Checkout this repository
11-
uses: actions/checkout@master
11+
uses: actions/checkout@v4.1.4
1212

1313
- name: "Check if Dockerfile exist first"
1414
id: check_files

.github/workflows/check-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99

1010
- name: Checkout this repository
11-
uses: actions/checkout@master
11+
uses: actions/checkout@v4.1.4
1212

1313
- name: Download .markdownlint.json
1414
uses: suisei-cn/[email protected]

.github/workflows/check-markdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout this repository
10-
uses: actions/checkout@master
10+
uses: actions/checkout@v4.1.4
1111

1212
- name: Download .markdownlint.json
1313
uses: suisei-cn/[email protected]

.github/workflows/check-yaml.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99

1010
- name: Checkout this repository
11-
uses: actions/checkout@master
11+
uses: actions/checkout@v4.1.4
1212

1313
- name: Download .yamllint.yml
1414
uses: suisei-cn/[email protected]

0 commit comments

Comments
 (0)