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@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
19+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2020 - name : Initialize CodeQL
21- uses : github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag= v2
21+ uses : github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
2222 - name : Auto Build
23- uses : github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag= v2
23+ uses : github/codeql-action/autobuild@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
2424 - name : Perform CodeQL Analysis
25- uses : github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag= v2
25+ uses : github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Project
16- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
16+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1717 - uses : denoland/setup-deno@v1
1818 with :
1919 deno-version : v1.x
@@ -25,10 +25,10 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout Project
28- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
28+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2929
3030 - name : Cache deno
31- uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag= v3
31+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
3232 with :
3333 key : ${{ runner.os }}-deno-${{ hashFiles('deps.ts') }}
3434 restore-keys : ${{ runner.os }}-deno-
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Project
14- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
14+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1515 with :
1616 repository : ' josh-development/.github'
1717 - name : Run Label Sync
18- uses : crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag= v4
18+ uses : crazy-max/ghaction-github-labeler@3de87da19416edc45c90cd89e7a4ea922a3aae5a # v4
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }}
2121 yaml-file : .github/labels.yml
You can’t perform that action at this time.
0 commit comments