@@ -45,10 +45,10 @@ jobs:
4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v3.5.3
48+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4949 with :
5050 persist-credentials : false
51- - uses : actions/cache@v3.3.1
51+ - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5252 with :
5353 path : ~/.m2/repository
5454 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
5757
5858 # Initializes the CodeQL tools for scanning.
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@v2
60+ uses : github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
6161 with :
6262 languages : ${{ matrix.language }}
6363 # If you wish to specify custom queries, you can do so here or in a config file.
6868 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969 # If this step fails, then you should remove it and run the build manually (see below)
7070 - name : Autobuild
71- uses : github/codeql-action/autobuild@v2
71+ uses : github/codeql-action/autobuild@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
7272
7373 # ℹ️ Command-line programs to run using the OS shell.
7474 # 📚 https://git.io/JvXDl
8282 # make release
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@v2
85+ uses : github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
0 commit comments