File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ jobs:
308308 run : ./autogen.sh
309309
310310 - name : Build & test
311- uses : vmactions/freebsd-vm@d1e65811565151536c0c894fff74f06351ed26e6 # v1.4.5
311+ uses : vmactions/freebsd-vm@5a72679103d223925653750faa878a143340fbd0 # v1.5.0
312312 with :
313313 envs : ' CFLAGS_GCC_STYLE CMAKE_FLAGS'
314314 usesh : true
@@ -360,7 +360,7 @@ jobs:
360360 run : ./autogen.sh
361361
362362 - name : Build & test
363- uses : vmactions/openbsd-vm@d7d892b7b9ba97ed2747b0fc201be65037d64c3e # v1.4.0
363+ uses : vmactions/openbsd-vm@18edb32f4e48dae5865d7b8b3a9587bc01218a20 # v1.4.4
364364 with :
365365 envs : ' CFLAGS_GCC_STYLE CMAKE_FLAGS'
366366 usesh : true
@@ -425,7 +425,7 @@ jobs:
425425 run : ./autogen.sh
426426
427427 - name : Build & test
428- uses : vmactions/solaris-vm@c20562b2c69737b06be9e828915761703e487373 # v1.3.3
428+ uses : vmactions/solaris-vm@d30dd6c228c8661ade859e36ead7660b9a62efcc # v1.3.7
429429 with :
430430 envs : ' CFLAGS_SOLARIS_CC CMAKE_FLAGS'
431431 usesh : true
@@ -603,7 +603,7 @@ jobs:
603603 if-no-files-found : error
604604
605605 - name : Attest
606- uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
606+ uses : actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
607607 if : |
608608 github.event_name != 'pull_request' &&
609609 (startsWith(github.ref, 'refs/heads/release/') ||
Original file line number Diff line number Diff line change 5454
5555 # Upload the results to GitHub's code scanning dashboard.
5656 - name : " Upload to code-scanning"
57- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
57+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
5858 with :
5959 sarif_file : ./clang-report/results-merged.sarif
6060 category : clang-analyzer
Original file line number Diff line number Diff line change 4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
52+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
5353 with :
5454 languages : ${{ matrix.language }}
5555 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
63+ uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 https://git.io/JvXDl
7474 # make release
7575
7676 - name : Perform CodeQL Analysis
77- uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
77+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ jobs:
538538 submodules : true
539539
540540 - name : Setup
541- uses : msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
541+ uses : msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
542542 with :
543543 msystem : ${{ matrix.msystem }}
544544 update : true
Original file line number Diff line number Diff line change 5252
5353 # Upload the results to GitHub's code scanning dashboard.
5454 - name : " Upload to code-scanning"
55- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
55+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5
5656 with :
5757 sarif_file : results.sarif
5858 category : ossf-scorecard
You can’t perform that action at this time.
0 commit comments