File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout Repository
19
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
19
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20
20
- name : Initialize CodeQL
21
- uses : github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag= v2
21
+ uses : github/codeql-action/init@82a3f64131759f97922e0680c3730858bc7155a6 # v2
22
22
- name : Auto Build
23
- uses : github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag= v2
23
+ uses : github/codeql-action/autobuild@82a3f64131759f97922e0680c3730858bc7155a6 # v2
24
24
- name : Perform CodeQL Analysis
25
- uses : github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag= v2
25
+ uses : github/codeql-action/analyze@82a3f64131759f97922e0680c3730858bc7155a6 # v2
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Project
16
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
16
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17
17
- uses : denoland/setup-deno@v1
18
18
with :
19
19
deno-version : v1.x
@@ -25,10 +25,10 @@ jobs:
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout Project
28
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
28
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29
29
30
30
- name : Cache deno
31
- uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag= v3
31
+ uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
32
32
with :
33
33
key : ${{ runner.os }}-deno-${{ hashFiles('deps.ts') }}
34
34
restore-keys : ${{ runner.os }}-deno-
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@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
14
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
15
15
with :
16
16
repository : ' josh-development/.github'
17
17
- name : Run Label Sync
18
- uses : crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag= v4
18
+ uses : crazy-max/ghaction-github-labeler@f4f6b96e7e747b5416cd470f3cfecf26abaa811e # 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