File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repository
19- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 - name : Initialize CodeQL
21- uses : github/codeql-action/init@ceaec5c11a131e0d282ff3b6f095917d234caace # v2
21+ uses : github/codeql-action/init@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2
2222 - name : Auto Build
23- uses : github/codeql-action/autobuild@ceaec5c11a131e0d282ff3b6f095917d234caace # v2
23+ uses : github/codeql-action/autobuild@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2
2424 - name : Perform CodeQL Analysis
25- uses : github/codeql-action/analyze@ceaec5c11a131e0d282ff3b6f095917d234caace # v2
25+ uses : github/codeql-action/analyze@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616 - name : Add ESLint Problem Matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v16
19- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
19+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2020 with :
2121 node-version : 16
2222 cache : yarn
@@ -31,11 +31,11 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535 - name : Add TypeScript Problem Matcher
3636 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3737 - name : Use Node.js v16
38- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
38+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
3939 with :
4040 node-version : 16
4141 cache : yarn
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515 with :
1616 repository : ' josh-development/.github'
1717 - name : Run Label Sync
You can’t perform that action at this time.
0 commit comments