File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7373
7474 # Initializes the CodeQL tools for scanning.
7575 - name : Initialize CodeQL
76- uses : github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
76+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7777 with :
7878 languages : ${{ matrix.language }}
7979 # If you wish to specify custom queries, you can do so here or in a config file.
8787 run : mvn -B clean package
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
90+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
9191 with :
9292 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 Cn0rDfuNlsG0naRPXRAU
99actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e hzGkcTiiDYqECET2xIRbsCTZmPfGNRIS3EA+y6skjew=
1010actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f pGNYwgnMwE8lQptaxeFNnwBLuWlkpSuQLb+kTVzspLg=
1111chains-project/maven-lockfile@5222660eda041ecb4000581b943a20ba6fcc84d4 URblge0/4o6WvT4VQ70TJnuIbOZIRpml+3CilSJUZQA=
12- github/codeql-action@1b168cd39490f61582a9beae412bb7057a6b2c4e LrJq7h5nDzZsGiJ8OBiL2dszMYNX1kqPPNXpenWnY9g =
12+ github/codeql-action@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 jhRhU4XT+9kwxbzVpVaoEYrk4POgI75xb83NgyRHLFc =
1313google/osv-scanner-action@375a0e8ebdc98e99b02ac4338a724f5750f21213 f2mqSqRTRl3eo4gx9rCxay5RVqMDnKc5VphUxkJWhKk=
1414jreleaser/release-action@90ac653bb9c79d11179e65d81499f3f34527dcd5 as+c3Rfu/4EhsRhpHf+KRqH0iqq4hW2MiE+5V2R6PDI=
1515ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a oHo5wLG0ePY4IIiiNfo0MU1uYrDKDkeV7MpBTJ39dQg=
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 - name : " Upload to code-scanning"
113113 id : " upload_artifact"
114114 if : ${{ !cancelled() }}
115- uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
115+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
116116 with :
117117 sarif_file : results.sarif
118118
Original file line number Diff line number Diff line change 7373 # Upload the results to GitHub's code scanning dashboard.
7474 - name : " Upload to code-scanning"
7575 if : " ${{ !cancelled() && inputs.upload-sarif == true }}"
76- uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
76+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7777 with :
7878 sarif_file : results.sarif
7979
Original file line number Diff line number Diff line change 8686
8787 # Upload the results to GitHub's code scanning dashboard.
8888 - name : Upload to code-scanning
89- uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
89+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
9090 with :
9191 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments