Merge pull request #728 from libexpat/dependabot/github_actions/actions/checkout-3.5.3

Actions(deps): Bump actions/checkout from 3.5.2 to 3.5.3
This commit is contained in:
Sebastian Pipping 2023-06-12 16:50:46 +02:00 committed by GitHub
commit 6a36e138f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -58,7 +58,7 @@ jobs:
shell: bash
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: (Linux) Install build dependencies
if: "${{ runner.os == 'Linux' }}"

View file

@ -43,7 +43,7 @@ jobs:
name: Ensure realistic minimum CMake version requirement
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install ancient CMake
run: |

View file

@ -45,7 +45,7 @@ jobs:
env:
CFLAGS: -g3 -pipe
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install build dependencies
run: |-
set -x -u

View file

@ -43,7 +43,7 @@ jobs:
name: Run Cppcheck
runs-on: macos-11
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install runtime dependencies
run: |
exec brew install cppcheck findutils

View file

@ -43,7 +43,7 @@ jobs:
name: Check expat_config.h.{in,cmake} for regressions
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Check expat_config.h.{in,cmake} for regressions
run: |
set -v

View file

@ -83,7 +83,7 @@ jobs:
env:
CFLAGS: -g3 -pipe
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install build dependencies (MinGW)
if: "${{ contains(matrix.FLAT_ENV, 'mingw') }}"
run: |-

View file

@ -53,7 +53,7 @@ jobs:
FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address
runs-on: macos-11
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install build dependencies
run: |
sudo rm /usr/local/bin/2to3 # so that "brew link" will work

View file

@ -43,7 +43,7 @@ jobs:
name: Ensure well-formed and valid XML
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install build dependencies
run: |-