From 1c36b8b390f111fdb54ca4f4c471c21d1a0a318c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:11:46 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.1 to 4.1.6 (#42356) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. - [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/v4.1.1...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/macos-build.yml | 10 +++++----- .github/workflows/scorecards.yml | 2 +- .github/workflows/update_appveyor_image.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 8cff93c0ad7b..23f649c2c196 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -48,7 +48,7 @@ jobs: runs-on: LargeLinuxRunner steps: - name: Checkout Electron - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: src/electron - name: Install Azure CLI @@ -204,7 +204,7 @@ jobs: e init --root=$(pwd) --out=Default ${{ inputs.GN_BUILD_TYPE }} --import ${{ inputs.GN_BUILD_TYPE }} e use ${{ inputs.GN_BUILD_TYPE }} - name: Checkout Electron - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: src/electron - name: Install Azure CLI @@ -289,7 +289,7 @@ jobs: echo "Wiping Electron Directory" rm -rf src/electron - name: Checkout Electron - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: src/electron - name: Run Electron Only Hooks @@ -655,7 +655,7 @@ jobs: arch: [x64, arm64] steps: - name: Checkout Electron - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: src/electron - name: Setup Node.js/npm @@ -728,7 +728,7 @@ jobs: npm i -g @electron/build-tools e init --root=$(pwd) --out=Default ${{ inputs.GN_BUILD_TYPE }} - name: Checkout Electron - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: src/electron - name: Setup Node.js/npm diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 2910f46683d8..d0b9f4a93569 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false diff --git a/.github/workflows/update_appveyor_image.yml b/.github/workflows/update_appveyor_image.yml index b2662753d9cd..759be3dd95ed 100644 --- a/.github/workflows/update_appveyor_image.yml +++ b/.github/workflows/update_appveyor_image.yml @@ -19,7 +19,7 @@ jobs: with: creds: ${{ secrets.APPVEYOR_UPDATER_GH_APP_CREDS }} - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }}