File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v3
30+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@v2
34+ uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
3535 with :
3636 languages : ${{ matrix.language }}
3737 # If you wish to specify custom queries, you can do so here or in a config file.
4242 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4343 # If this step fails, then you should remove it and run the build manually
4444 - name : Autobuild
45- uses : github/codeql-action/autobuild@v2
45+ uses : github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@v2
48+ uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
You can’t perform that action at this time.
0 commit comments