File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
45
45
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
47
+ uses : github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# using "linked" helps to keep up with the latest Kotlin support
59
59
run : ./gradlew assemble --no-build-cache --no-daemon
60
60
61
61
- name : Perform CodeQL analysis
62
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
62
+ uses : github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
63
63
with :
64
64
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 20
20
# Action #1: Handle issues/PRs awaiting author feedback
21
21
# - After 7 days inactive: Adds "stale" label + warning comment
22
22
# - After 7 more days inactive: Closes
23
- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
23
+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
24
24
with :
25
25
only-labels : " needs author feedback"
26
26
days-before-stale : 7
38
38
# - Targets: Issues with "enhancement" label (but NOT "needs author feedback")
39
39
# - After 365 days inactive: Adds "stale" label + closes immediately (no warning period)
40
40
# - Skips: Issues with "needs author feedback" to avoid conflicts with Action #1
41
- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
41
+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
42
42
with :
43
43
only-labels : " enhancement"
44
44
# Skip issues that need author feedback (handled by the first action with 7+7 day policy)
55
55
# Action #3: Handle stale PRs
56
56
# - After 180 days inactive: Adds "stale" label + warning comment
57
57
# - After 14 more days inactive: Closes
58
- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
58
+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
59
59
with :
60
60
days-before-issue-stale : -1
61
61
days-before-issue-close : -1
Original file line number Diff line number Diff line change 23
23
with :
24
24
persist-credentials : false
25
25
26
- - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26
+ - uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
27
27
with :
28
28
results_file : results.sarif
29
29
results_format : sarif
42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45
+ uses : github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments