File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232 with :
3333 persist-credentials : false
34- - uses : apache/infrastructure-actions/allowlist-check@b5c4adb8b332838f1b8e15c5e055a4cbefd6e693 # main
34+ - uses : apache/infrastructure-actions/allowlist-check@175b9212cf7c7221c0f8d10d0be3cbc758599e13 # main
Original file line number Diff line number Diff line change 6767 persist-credentials : false
6868
6969 - name : Set up JDK
70- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
70+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
7171 with :
7272 java-version : 25
7373 distribution : temurin
8181
8282 # Initializes the CodeQL tools for scanning.
8383 - name : Initialize CodeQL
84- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
84+ uses : github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
8585 with :
8686 languages : ${{ matrix.language }}
8787 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -107,6 +107,6 @@ jobs:
107107 # ./location_of_script_within_repo/buildscript.sh
108108
109109 - name : Perform CodeQL Analysis
110- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
110+ uses : github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
111111 with :
112112 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3939 persist-credentials : false
4040
4141 - name : Set up JDK
42- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
42+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
4343 with :
4444 java-version : 25
4545 distribution : temurin
8989 persist-credentials : false
9090
9191 - name : Set up JDK
92- uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6 .0
92+ uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7 .0
9393 with :
9494 java-version : ${{ matrix.jdk }}
9595 distribution : ${{ matrix.dist }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434 with :
3535 persist-credentials : false
36- - uses : j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2 .0.6
36+ - uses : j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3 .0.0
3737 with :
3838 install-only : true
3939 - name : Run manual pre-commit hooks
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434 with :
3535 persist-credentials : false
36- - uses : j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2 .0.6
36+ - uses : j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3 .0.0
3737 with :
3838 extra-args : --all-files
Original file line number Diff line number Diff line change 7575
7676 # Upload the results to GitHub's code scanning dashboard.
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # tag=v2
78+ uses : github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # tag=v2
7979 with :
8080 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments