@@ -37,10 +37,10 @@ jobs:
3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
40+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
4141 with :
4242 persist-credentials : false
43- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
43+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4444 with :
4545 path : ~/.m2/repository
4646 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # 3.26.11
52+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
5353 with :
5454 languages : ${{ matrix.language }}
5555 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # 3.26.11
63+ uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 https://git.io/JvXDl
7474 # make release
7575
7676 - name : Perform CodeQL Analysis
77- uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # 3.26.11
77+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # 3.28.12
0 commit comments