From d7b06c664251b036e8a46ca4ed440febeb97b98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:11:25 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/scorecard.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17fef0d9..44a0ac54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ # | Item | Section in the right pane | # | ------------------------- | ------------------------------------- | # | OS, VM | Set up job | -# | git repo, commit hash | Run actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | +# | git repo, commit hash | Run actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 | # | gcc, tools | Environment info | # # - To fail earlier, order of tests in the same job are roughly sorted by @@ -107,7 +107,7 @@ jobs: CC: ${{ matrix.cc }} CXX: ${{ matrix.cxx }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: apt-get install run: | @@ -175,7 +175,7 @@ jobs: name: Linux x64 check results consistency runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Environment info run: | @@ -223,7 +223,7 @@ jobs: CC: emcc steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Setup cache id: cache-system-libraries @@ -267,7 +267,7 @@ jobs: name: Linux x64 misc tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: apt-get install run: | @@ -314,7 +314,7 @@ jobs: name: Linux x64 cmake unofficial build test runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Environment info run: | @@ -416,7 +416,7 @@ jobs: XEMU: ${{ matrix.xemu }} MOREFLAGS: -Werror steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: apt update & install (1) run: | sudo apt-get update @@ -486,7 +486,7 @@ jobs: { os: macos-12 }, ] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Environment info run: | @@ -527,7 +527,7 @@ jobs: arch: [ x64, Win32, ARM, ARM64 ] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Build ${{ matrix.system.os }}, ${{ matrix.arch }} run: | @@ -597,7 +597,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2 with: msystem: MSYS diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 07e5abb6..bc7304fc 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: persist-credentials: false