File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
access_token : ${{ github.token }}
38
38
- name : ' Check out repository'
39
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40
40
- name : ' Set up JDK ${{ matrix.java }}'
41
41
uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
42
42
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : ' Check out repository'
70
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
70
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
71
71
- name : ' Set up JDK 21'
72
72
uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
73
73
with :
92
92
runs-on : ubuntu-latest
93
93
steps :
94
94
- name : ' Check out repository'
95
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
95
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
96
96
- name : ' Set up JDK 11'
97
97
uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
98
98
with :
Original file line number Diff line number Diff line change 9
9
name : " Validation"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
12
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
13
13
- uses : gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
36
36
with :
37
37
persist-credentials : false
38
38
@@ -59,14 +59,14 @@ jobs:
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
62
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
70
+ uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments