File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
19
+ uses : actions/checkout@v3
20
20
21
21
- name : Initialize CodeQL
22
- uses : github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 # tag= v2
22
+ uses : github/codeql-action/init@v2
23
23
24
24
- name : Autobuild
25
- uses : github/codeql-action/autobuild@807578363a7869ca324a79039e6db9c843e0e100 # tag= v2
25
+ uses : github/codeql-action/autobuild@v2
26
26
27
27
- name : Perform CodeQL Analysis
28
- uses : github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 # tag= v2
28
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Project
15
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
15
+ uses : actions/checkout@v3
16
16
with :
17
17
submodules : true
18
18
- name : Add problem matcher
19
19
run : echo "::add-matcher::.github/problemMatchers/eslint.json"
20
20
- name : Use Node.js v16
21
- uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag= v3
21
+ uses : actions/setup-node@v3
22
22
with :
23
23
node-version : 16
24
24
cache : yarn
@@ -33,13 +33,13 @@ jobs:
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout Project
36
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
36
+ uses : actions/checkout@v3
37
37
with :
38
38
submodules : true
39
39
- name : Add problem matcher
40
40
run : echo "::add-matcher::.github/problemMatchers/eslint.json"
41
41
- name : Use Node.js v16
42
- uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag= v3
42
+ uses : actions/setup-node@v3
43
43
with :
44
44
node-version : 16
45
45
cache : yarn
@@ -54,11 +54,11 @@ jobs:
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Checkout Project
57
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
57
+ uses : actions/checkout@v3
58
58
with :
59
59
submodules : true
60
60
- name : Use Node.js v16
61
- uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag= v3
61
+ uses : actions/setup-node@v3
62
62
with :
63
63
node-version : 16
64
64
cache : yarn
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Project
14
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag= v3
14
+ uses : actions/checkout@v3
15
15
with :
16
16
repository : ' sapphiredev/readme'
17
17
- name : Run Label Sync
18
- uses : crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag= v4
18
+ uses : crazy-max/ghaction-github-labeler@v4
19
19
with :
20
20
github-token : ${{ secrets.GITHUB_TOKEN }}
21
21
yaml-file : .github/labels.yml
You can’t perform that action at this time.
0 commit comments