@@ -52,17 +52,17 @@ jobs:
5252
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v6
55+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5656
57- - uses : actions/setup-java@v5
57+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
5858 with :
5959 distribution : ' temurin'
6060 java-version : ' 25'
6161
6262 # Initializes the CodeQL tools for scanning.
6363 # Uses custom configuration file to exclude test directories from analysis.
6464 - name : Initialize CodeQL
65- uses : github/codeql-action/init@v4
65+ uses : github/codeql-action/init@ab28d5ce09b08e4700b2296d39d684a7ac71d1e7 # v4
6666 with :
6767 languages : ${{ matrix.language }}
6868 config-file : ./.github/codeql-config.yml
7777 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7878 # If this step fails, then you should remove it and run the build manually (see below)
7979 - name : Autobuild
80- uses : github/codeql-action/autobuild@v4
80+ uses : github/codeql-action/autobuild@ab28d5ce09b08e4700b2296d39d684a7ac71d1e7 # v4
8181
8282 # ℹ️ Command-line programs to run using the OS shell.
8383 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9090 # ./location_of_script_within_repo/buildscript.sh
9191
9292 - name : Perform CodeQL Analysis
93- uses : github/codeql-action/analyze@v4
93+ uses : github/codeql-action/analyze@ab28d5ce09b08e4700b2296d39d684a7ac71d1e7 # v4
9494 with :
9595 category : " /language:${{matrix.language}}"
0 commit comments