File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runner : [ ubuntu-latest ]
1717 runs-on : ${{ matrix.runner }}
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Build Ubuntu
2121 run : |
2222 ./configure --with-fastfloat --with-threaded
2929 runner : [ macos-14, macos-latest ]
3030 runs-on : ${{ matrix.runner }}
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - name : Build macOS
3434 run : |
3535 ./configure --with-fastfloat --with-threaded
5050 runs-on : ${{ matrix.runner }}
5151 steps :
5252 - name : Checkout Repository
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454
5555 - name : Setup MSVC Build Environment
5656 uses : ilammy/msvc-dev-cmd@v1
6666 Ubuntu-meson :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070
7171 - name : Install packages
7272 run : |
8484 runs-on : windows-latest
8585
8686 steps :
87- - uses : actions/checkout@v5
87+ - uses : actions/checkout@v6
8888
8989 - name : Install packages
9090 run : |
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ jobs:
3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 with :
4141 # We must fetch at least the immediate parents so that if this is
4242 # a pull request then we can checkout the head.
4343 fetch-depth : 2
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@v4.31.2
47+ uses : github/codeql-action/init@v4.31.6
4848 with :
4949 languages : ${{ matrix.language }}
5050 # If you wish to specify custom queries, you can do so here or in a config file.
5555 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656 # If this step fails, then you should remove it and run the build manually (see below)
5757 - name : Autobuild
58- uses : github/codeql-action/autobuild@v4.31.2
58+ uses : github/codeql-action/autobuild@v4.31.6
5959
6060 # ℹ️ Command-line programs to run using the OS shell.
6161 # 📚 https://git.io/JvXDl
6969 # make release
7070
7171 - name : Perform CodeQL Analysis
72- uses : github/codeql-action/analyze@v4.31.2
72+ uses : github/codeql-action/analyze@v4.31.6
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
28+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.1
2929 with :
3030 persist-credentials : false
3131
5050
5151 # Upload the results to GitHub's code scanning dashboard.
5252 - name : " Upload to code-scanning"
53- uses : github/codeql-action/upload-sarif@338146ca93283a2901a142d408241096146019b5 # v2.24.0
53+ uses : github/codeql-action/upload-sarif@f0ac9bfbe331b3cc7be1482df79cca2865cb79b6 # v2.24.0
5454 with :
5555 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments