File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repository
19- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
19+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020 - name : Initialize CodeQL
2121 uses : github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2
2222 - name : Auto Build
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
15+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616 - name : Add ESLint Problem Matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v16
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
34+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3535 - name : Add TypeScript Problem Matcher
3636 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3737 - name : Use Node.js v16
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Project
14- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
14+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1515 with :
1616 repository : ' josh-development/.github'
1717 - name : Run Label Sync
You can’t perform that action at this time.
0 commit comments