File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
os : [ubuntu-latest, macos-latest, windows-latest]
21
21
steps :
22
22
- name : Checkout the repo
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24
24
- name : Setup Java
25
- uses : actions/setup-java@v4
25
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
26
26
with :
27
27
distribution : ' zulu'
28
28
java-version : ${{ matrix.java }}
39
39
os : [ubuntu-latest, macos-latest, windows-latest]
40
40
steps :
41
41
- name : Checkout the repo
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
43
43
- name : Setup Java
44
- uses : actions/setup-java@v4
44
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
45
45
with :
46
46
distribution : ' corretto'
47
47
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout the repo
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
16
with :
17
17
ref : ${{ github.event.release.target_commitish }}
18
18
- name : Setup Java
19
- uses : actions/setup-java@v4
19
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
20
20
with :
21
21
java-version : 21
22
22
distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@v2.4.0
40
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
41
41
with :
42
42
results_file : results.sarif
43
43
results_format : sarif
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@v4
62
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
68
68
# Upload the results to GitHub's code scanning dashboard (optional).
69
69
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@v3
71
+ uses : github/codeql-action/upload-sarif@86b04fb0e47484f7282357688f21d5d0e32175fe
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments