File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
- package-ecosystem : " maven"
6
6
directory : " /"
7
7
schedule :
8
- interval : " weekly "
8
+ interval : " monthly "
9
9
commit-message :
10
10
prefix : " build"
Original file line number Diff line number Diff line change 21
21
os : [ubuntu-latest, macos-latest, windows-latest]
22
22
steps :
23
23
- name : Checkout the repo
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
25
25
- name : Setup Java
26
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
26
+ uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java }}
44
44
os : [ubuntu-latest, macos-latest, windows-latest]
45
45
steps :
46
46
- name : Checkout the repo
47
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
47
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
48
48
- name : Setup Java
49
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
49
+ uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
50
50
with :
51
51
distribution : ' corretto'
52
52
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
build-mode : autobuild
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a
44
+ uses : github/codeql-action/init@486ab5a2922b634015408a83e10f6867efb5922c
45
45
with :
46
46
languages : ${{ matrix.language }}
47
47
build-mode : ${{ matrix.build-mode }}
51
51
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
52
52
# queries: security-extended,security-and-quality
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
54
+ uses : github/codeql-action/analyze@486ab5a2922b634015408a83e10f6867efb5922c
55
55
with :
56
56
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout the repo
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
17
17
with :
18
18
ref : ${{ github.event.release.target_commitish }}
19
19
- name : Setup Java
20
- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
20
+ uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
21
21
with :
22
22
java-version : 21
23
23
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@11bd71901bbe5b1630ceea73d27597364c9af683
35
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
40
+ uses : ossf/scorecard-action@5e6e801bdc1342ad294f36b91afd06af2e4a0f3b
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
62
+ uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
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@86b04fb0e47484f7282357688f21d5d0e32175fe
71
+ uses : github/codeql-action/upload-sarif@486ab5a2922b634015408a83e10f6867efb5922c
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments