File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
42
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
build-mode : ${{ matrix.build-mode }}
53
53
exit 0
54
54
55
55
- name : Perform CodeQL Analysis
56
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
56
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
57
57
with :
58
58
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 26
26
echo "TRIMMED_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
27
27
28
28
- name : REUSE Compliance Check
29
- uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5 .0.0
29
+ uses : fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6 .0.0
30
30
with :
31
31
args : spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
32
32
Original file line number Diff line number Diff line change 34
34
persist-credentials : false
35
35
36
36
- name : " Run analysis"
37
- uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
37
+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
38
38
with :
39
39
results_file : results.sarif
40
40
results_format : sarif
56
56
# Upload the results to GitHub's code scanning dashboard (optional).
57
57
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
59
+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
60
60
with :
61
61
sarif_file : results.sarif
Original file line number Diff line number Diff line change 16
16
issues : write # to comment on stale issues
17
17
18
18
steps :
19
- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
19
+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
20
20
with :
21
21
stale-pr-message : ' This pull request has been marked as stale because it has been open (more
22
22
than) 60 days with no activity. Remove the stale label or add a comment saying that you
You can’t perform that action at this time.
0 commit comments