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
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
BIN: target/release/cpp-linter
steps:
- name: Checkout ${{ matrix.name }}
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
ref: ${{ matrix.commit }}
persist-credentials: false
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# build-py-binding:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v6
# - uses: actions/checkout@v6.0.2
# with:
# persist-credentials: false
# - name: Set up Python
Expand Down Expand Up @@ -126,11 +126,11 @@ jobs:
needs: [build-bin] #, build-py-binding]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Checkout libgit2
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: libgit2/libgit2
ref: v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/binary-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Install Rust
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache-deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- run: rustup update --no-self-update
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
needs: [cache-deps, seed-build-script]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Cache .cargo locked resources
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
needs: [cache-deps, seed-build-script]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- run: rustup update --no-self-update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bump-n-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
token: ${{ secrets.BUMP_N_RELEASE }}
fetch-depth: 0
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
outputs:
pkgs: ${{ steps.get-pkgs.outputs.pkgs }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -114,7 +114,7 @@ jobs:
matrix:
pkg: ${{ fromJSON(needs.get-changed-pkgs.outputs.pkgs) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/node-js-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: Build ${{ matrix.settings.target }}
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Setup node
Expand Down Expand Up @@ -161,11 +161,11 @@ jobs:
runs-on: ubuntu-latest
name: Build FreeBSD
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: setup FreeBSD VM
uses: cross-platform-actions/action@0c165ad7eb2d6a7e8552d6af5aad2bbedfc646b0 # v1.1.0
uses: cross-platform-actions/action@be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9 # v1.2.0
env:
DEBUG: napi:*
RUSTUP_IO_THREADS: 1
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
- '24'
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Setup node
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
node: '24' # no docker image node:24-slim for armv7
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Setup node
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
run: ls -R .
shell: bash
- name: Set up QEMU
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
if: ${{ contains(matrix.target, 'armv7') }}
with:
platforms: all
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
- test-macOS-windows-binding
- test-linux-binding
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Setup node
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RUST_BACKTRACE: 1

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- run: rustup update
Expand All @@ -39,7 +39,7 @@ jobs:
lint-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: actions/setup-node@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# - runner: ubuntu-latest
# target: ppc64le
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- runner: windows-latest
target: x86
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- runner: macos-15
target: aarch64
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: actions/setup-python@v6
Expand All @@ -197,7 +197,7 @@ jobs:
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false

Expand Down
Loading