File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284
284
run : ./autogen.sh
285
285
286
286
- name : Build & test
287
- uses : vmactions/freebsd-vm@c3ae29a132c8ef1924775414107a97cac042aad5 # v1.2.0
287
+ uses : vmactions/freebsd-vm@966989c456d41351f095a421f60e71342d3bce41 # v1.2.1
288
288
with :
289
289
envs : ' CFLAGS_GCC_STYLE CMAKE_FLAGS'
290
290
usesh : true
@@ -500,7 +500,7 @@ jobs:
500
500
if-no-files-found : error
501
501
502
502
- name : Attest
503
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
503
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
504
504
if : |
505
505
github.event_name != 'pull_request' &&
506
506
(startsWith(github.ref, 'refs/heads/release/') ||
Original file line number Diff line number Diff line change 66
66
67
67
# Upload the results to GitHub's code scanning dashboard.
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
69
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
70
70
with :
71
71
sarif_file : build/clang.sarif
72
72
category : clang-analyzer
Original file line number Diff line number Diff line change 49
49
50
50
# Initializes the CodeQL tools for scanning.
51
51
- name : Initialize CodeQL
52
- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
52
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
53
53
with :
54
54
languages : ${{ matrix.language }}
55
55
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
63
+ uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 https://git.io/JvXDl
74
74
# make release
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
77
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ jobs:
373
373
submodules : true
374
374
375
375
- name : Setup
376
- uses : msys2/setup-msys2@61f9e5e925871ba6c9e3e8da24ede83ea27fa91f # v2.27 .0
376
+ uses : msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2.28 .0
377
377
with :
378
378
msystem : ${{ matrix.msystem }}
379
379
update : true
Original file line number Diff line number Diff line change 52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
55
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
56
56
with :
57
57
sarif_file : results.sarif
58
58
category : ossf-scorecard
You can’t perform that action at this time.
0 commit comments