@@ -45,10 +45,10 @@ jobs:
4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
49- with :
50- persist-credentials : false
51- - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
48+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
49+ with :
50+ persist-credentials : false
51+ - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
60+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
71+ uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
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@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
85+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
0 commit comments