File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
45+ uses : github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag= v2
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below)
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@v2
59+ uses : github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag= v2
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6969 # ./location_of_script_within_repo/buildscript.sh
7070
7171 - name : Perform CodeQL Analysis
72- uses : github/codeql-action/analyze@v2
72+ uses : github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag= v2
Original file line number Diff line number Diff line change 1212 name : release
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
16- - uses : actions/setup-node@v3
15+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
16+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
1717 with :
1818 node-version : 16
1919 cache : npm
Original file line number Diff line number Diff line change 1717 - 18
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
2121 - name : Use Node.js ${{ matrix.node_version }}
22- uses : actions/setup-node@v3
22+ uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
2323 with :
2424 node-version : ${{ matrix.node_version }}
2525 cache : npm
Original file line number Diff line number Diff line change 88 update_prettier :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
12- - uses : actions/setup-node@v3
11+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
12+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
1313 with :
1414 cache : npm
1515 node-version : 16
You can’t perform that action at this time.
0 commit comments