File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout Repository
19
19
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20
20
- name : Initialize CodeQL
21
- uses : github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2
21
+ uses : github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
22
22
- name : Auto Build
23
- uses : github/codeql-action/autobuild@a09933a12a80f87b87005513f0abb1494c27a716 # v2
23
+ uses : github/codeql-action/autobuild@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
24
24
- name : Perform CodeQL Analysis
25
- uses : github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2
25
+ uses : github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
Original file line number Diff line number Diff line change 15
15
with :
16
16
repository : ' josh-development/.github'
17
17
- name : Run Label Sync
18
- uses : crazy-max/ghaction-github-labeler@3de87da19416edc45c90cd89e7a4ea922a3aae5a # 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