diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index 96e8f342..66598f89 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -61,7 +61,7 @@ jobs: shell: bash runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: (Linux) Install build dependencies if: "${{ runner.os == 'Linux' }}" diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 14132259..edbbda6e 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -45,7 +45,7 @@ jobs: name: Enforce clang-format clean code runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install clang-format 18 run: |- diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 1248e5d6..f3f8214c 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -45,7 +45,7 @@ jobs: name: Enforce clang-tidy clean code runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install clang-tidy 18 run: |- diff --git a/.github/workflows/cmake-required-version.yml b/.github/workflows/cmake-required-version.yml index ff7fd441..be7a991f 100644 --- a/.github/workflows/cmake-required-version.yml +++ b/.github/workflows/cmake-required-version.yml @@ -46,7 +46,7 @@ jobs: name: Ensure realistic minimum CMake version requirement runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install ancient CMake run: | diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 2871a846..8111d641 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -45,7 +45,7 @@ jobs: name: Enforce codespell-clean spelling runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1 with: path: expat/ diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 17a3ca32..3a0600dc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -48,7 +48,7 @@ jobs: env: CFLAGS: -g3 -pipe steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install build dependencies run: |- set -x -u diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 5ed43e7b..03619483 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -46,7 +46,7 @@ jobs: name: Run Cppcheck runs-on: macos-14 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install runtime dependencies run: | exec brew install cppcheck diff --git a/.github/workflows/expat_config_h.yml b/.github/workflows/expat_config_h.yml index ac8dbf68..99236558 100644 --- a/.github/workflows/expat_config_h.yml +++ b/.github/workflows/expat_config_h.yml @@ -45,7 +45,7 @@ jobs: name: Check expat_config.h.{in,cmake} for regressions runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Check expat_config.h.{in,cmake} for regressions run: | set -v diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index 5ad7ac36..ee3cb960 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -44,7 +44,7 @@ jobs: name: Run fuzzing regression tests runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Clang 18 run: |- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 215b4156..a492f1e0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -88,7 +88,7 @@ jobs: env: CFLAGS: -g3 -pipe steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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 36a32732..eb024bfa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -54,7 +54,7 @@ jobs: FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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 095895c5..f53aad4e 100644 --- a/.github/workflows/valid-xml.yml +++ b/.github/workflows/valid-xml.yml @@ -45,7 +45,7 @@ jobs: name: Ensure well-formed and valid XML runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install build dependencies run: |-