Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runner: [ ubuntu-latest ]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Build Ubuntu
run: |
./configure --with-fastfloat --with-threaded
Expand All @@ -29,7 +29,7 @@ jobs:
runner: [ macos-14, macos-latest ]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Build macOS
run: |
./configure --with-fastfloat --with-threaded
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout Repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2

- name: Setup MSVC Build Environment
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -66,7 +66,7 @@ jobs:
Ubuntu-meson:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2

- name: Install packages
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2

- name: Install packages
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.31.9
uses: github/codeql-action/init@v4.32.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -55,7 +55,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v4.31.9
uses: github/codeql-action/autobuild@v4.32.0

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.31.9
uses: github/codeql-action/analyze@v4.32.0
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.1
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.1
with:
persist-credentials: false

Expand All @@ -50,6 +50,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@f67ec12472e1b361f5e1e2085f5e6f85a57e3cd6 # v2.24.0
uses: github/codeql-action/upload-sarif@f985be5b50bd175586d44aac9ac52926adf12893 # v2.24.0
with:
sarif_file: results.sarif