diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index 3630bc6a..b55e5c67 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -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' }}" diff --git a/.github/workflows/cmake-required-version.yml b/.github/workflows/cmake-required-version.yml index fe84ad0a..85a891b6 100644 --- a/.github/workflows/cmake-required-version.yml +++ b/.github/workflows/cmake-required-version.yml @@ -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: | diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 835318b3..b10d68a3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 1d0fc29e..58eaed73 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -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 diff --git a/.github/workflows/expat_config_h.yml b/.github/workflows/expat_config_h.yml index 800391d0..b14ed248 100644 --- a/.github/workflows/expat_config_h.yml +++ b/.github/workflows/expat_config_h.yml @@ -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 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 105356a1..e532aaa2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: |- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3629ef80..c32f682b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/.github/workflows/valid-xml.yml b/.github/workflows/valid-xml.yml index 423deaf4..e2167147 100644 --- a/.github/workflows/valid-xml.yml +++ b/.github/workflows/valid-xml.yml @@ -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: |-