Skip to content

Commit eca75f4

Browse files
authored
Merge pull request #578 from mm2/dependabot/github_actions/github-actions-9a505bf394
Bump the github-actions group across 1 directory with 3 updates. Looks great
2 parents 153fd04 + 84563ac commit eca75f4

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runner: [ ubuntu-latest ]
1717
runs-on: ${{ matrix.runner }}
1818
steps:
19-
- uses: actions/checkout@v6.0.2
19+
- uses: actions/checkout@v6.0.3
2020
- name: Build Ubuntu
2121
run: |
2222
./configure --with-fastfloat --with-threaded
@@ -29,7 +29,7 @@ jobs:
2929
runner: [ macos-14, macos-latest ]
3030
runs-on: ${{ matrix.runner }}
3131
steps:
32-
- uses: actions/checkout@v6.0.2
32+
- uses: actions/checkout@v6.0.3
3333
- name: Build macOS
3434
run: |
3535
./configure --with-fastfloat --with-threaded
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.runner }}
5151
steps:
5252
- name: Checkout Repository
53-
uses: actions/checkout@v6.0.2
53+
uses: actions/checkout@v6.0.3
5454

5555
- name: Setup MSVC Build Environment
5656
uses: ilammy/msvc-dev-cmd@v1
@@ -66,7 +66,7 @@ jobs:
6666
Ubuntu-meson:
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@v6.0.2
69+
- uses: actions/checkout@v6.0.3
7070

7171
- name: Install packages
7272
run: |
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: windows-latest
8585

8686
steps:
87-
- uses: actions/checkout@v6.0.2
87+
- uses: actions/checkout@v6.0.3
8888

8989
- name: Install packages
9090
run: |
@@ -104,7 +104,7 @@ jobs:
104104
runner: [ ubuntu-latest ]
105105
runs-on: ${{ matrix.runner }}
106106
steps:
107-
- uses: actions/checkout@v6.0.2
107+
- uses: actions/checkout@v6.0.3
108108

109109
- name: Install packages
110110
run: sudo apt-get -y install build-essential cmake ninja-build
@@ -130,7 +130,7 @@ jobs:
130130
runner: [ macos-14, macos-latest ]
131131
runs-on: ${{ matrix.runner }}
132132
steps:
133-
- uses: actions/checkout@v6.0.2
133+
- uses: actions/checkout@v6.0.3
134134

135135
- name: Configure
136136
run: |
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ${{ matrix.runner }}
162162
steps:
163163
- name: Checkout Repository
164-
uses: actions/checkout@v6.0.2
164+
uses: actions/checkout@v6.0.3
165165

166166
- name: Configure
167167
run: |
@@ -185,7 +185,7 @@ jobs:
185185
run:
186186
shell: msys2 {0}
187187
steps:
188-
- uses: actions/checkout@v6.0.2
188+
- uses: actions/checkout@v6.0.3
189189

190190
- uses: msys2/setup-msys2@v2
191191
with:
@@ -216,7 +216,7 @@ jobs:
216216
run:
217217
shell: C:\cygwin64\bin\bash.exe --login -eo pipefail -o igncr '{0}'
218218
steps:
219-
- uses: actions/checkout@v6.0.2
219+
- uses: actions/checkout@v6.0.3
220220

221221
- uses: cygwin/cygwin-install-action@v6
222222
with:

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v6.0.2
39+
uses: actions/checkout@v6.0.3
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.35.1
47+
uses: github/codeql-action/init@v4.36.1
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
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.35.1
58+
uses: github/codeql-action/autobuild@v4.36.1
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://git.io/JvXDl
@@ -69,4 +69,4 @@ jobs:
6969
# make release
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v4.35.1
72+
uses: github/codeql-action/analyze@v4.36.1

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.1
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.1
2929
with:
3030
persist-credentials: false
3131

@@ -42,14 +42,14 @@ jobs:
4242
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4343
# format to the repository Actions tab.
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
45+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4646
with:
4747
name: SARIF file
4848
path: results.sarif
4949
retention-days: 5
5050

5151
# Upload the results to GitHub's code scanning dashboard.
5252
- name: "Upload to code-scanning"
53-
uses: github/codeql-action/upload-sarif@b623f5fd572a69d335c9da3487c1ce53741a09bf # v2.24.0
53+
uses: github/codeql-action/upload-sarif@8ed7f7c384ef65d96d422e33fe592d3572522558 # v2.24.0
5454
with:
5555
sarif_file: results.sarif

0 commit comments

Comments
 (0)