diff --git a/.github/workflows/archaeologist-dig.yml b/.github/workflows/archaeologist-dig.yml index 5ff303df06..169983ecd8 100644 --- a/.github/workflows/archaeologist-dig.yml +++ b/.github/workflows/archaeologist-dig.yml @@ -13,7 +13,7 @@ jobs: contents: read steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: fetch-depth: 0 - name: Setup Node.js/npm diff --git a/.github/workflows/build-git-cache.yml b/.github/workflows/build-git-cache.yml index c4f363ad89..1b8d2da265 100644 --- a/.github/workflows/build-git-cache.yml +++ b/.github/workflows/build-git-cache.yml @@ -23,7 +23,7 @@ jobs: GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True' steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -47,7 +47,7 @@ jobs: TARGET_OS: 'win' steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac' steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ad96a6437..3f7954ca90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: build-image-sha: ${{ steps.set-output.outputs.build-image-sha }} docs-only: ${{ steps.set-output.outputs.docs-only }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: ref: ${{ github.event.pull_request.head.sha }} - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 @@ -124,7 +124,7 @@ jobs: build-image-sha: ${{ needs.setup.outputs.build-image-sha }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -156,7 +156,7 @@ jobs: build-image-sha: ${{ needs.setup.outputs.build-image-sha}} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -188,7 +188,7 @@ jobs: build-image-sha: ${{ needs.setup.outputs.build-image-sha}} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/linux-publish.yml b/.github/workflows/linux-publish.yml index 2c87688b03..434ac740f7 100644 --- a/.github/workflows/linux-publish.yml +++ b/.github/workflows/linux-publish.yml @@ -35,7 +35,7 @@ jobs: GCLIENT_EXTRA_ARGS: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True' steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/macos-publish.yml b/.github/workflows/macos-publish.yml index 7a4f8e80c8..d0dacaec59 100644 --- a/.github/workflows/macos-publish.yml +++ b/.github/workflows/macos-publish.yml @@ -36,7 +36,7 @@ jobs: GCLIENT_EXTRA_ARGS: '--custom-var=checkout_mac=True --custom-var=host_os=mac' steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/pipeline-electron-docs-only.yml b/.github/workflows/pipeline-electron-docs-only.yml index 69dc1bf032..8c71e5c2a8 100644 --- a/.github/workflows/pipeline-electron-docs-only.yml +++ b/.github/workflows/pipeline-electron-docs-only.yml @@ -27,7 +27,7 @@ jobs: container: ${{ fromJSON(inputs.container) }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: with: target-platform: linux - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/pipeline-electron-lint.yml b/.github/workflows/pipeline-electron-lint.yml index 7706f5d40b..e4beffb24d 100644 --- a/.github/workflows/pipeline-electron-lint.yml +++ b/.github/workflows/pipeline-electron-lint.yml @@ -27,7 +27,7 @@ jobs: container: ${{ fromJSON(inputs.container) }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/pipeline-segment-electron-build.yml b/.github/workflows/pipeline-segment-electron-build.yml index e5311bcc83..fded83e935 100644 --- a/.github/workflows/pipeline-segment-electron-build.yml +++ b/.github/workflows/pipeline-segment-electron-build.yml @@ -95,7 +95,7 @@ jobs: run: | mkdir src - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -163,7 +163,7 @@ jobs: if: ${{ inputs.target-platform == 'linux' }} uses: ./src/electron/.github/actions/restore-cache-aks - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/pipeline-segment-electron-gn-check.yml b/.github/workflows/pipeline-segment-electron-gn-check.yml index 9c2e676e62..187b8a49be 100644 --- a/.github/workflows/pipeline-segment-electron-gn-check.yml +++ b/.github/workflows/pipeline-segment-electron-gn-check.yml @@ -48,7 +48,7 @@ jobs: container: ${{ fromJSON(inputs.check-container) }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -115,7 +115,7 @@ jobs: - name: Add CHROMIUM_BUILDTOOLS_PATH to env run: echo "CHROMIUM_BUILDTOOLS_PATH=$(pwd)/src/buildtools" >> $GITHUB_ENV - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index 4562600103..c6b14d3ce4 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -119,7 +119,7 @@ jobs: if: ${{ inputs.target-platform == 'macos' }} run: sudo xcode-select --switch /Applications/Xcode_16.4.app - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/pipeline-segment-node-nan-test.yml b/.github/workflows/pipeline-segment-node-nan-test.yml index 368a6cafad..9ea5ae3862 100644 --- a/.github/workflows/pipeline-segment-node-nan-test.yml +++ b/.github/workflows/pipeline-segment-node-nan-test.yml @@ -50,7 +50,7 @@ jobs: container: ${{ fromJSON(inputs.test-container) }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: container: ${{ fromJSON(inputs.test-container) }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f06c8fc76a..cb8f49ef39 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/windows-publish.yml b/.github/workflows/windows-publish.yml index 76c3a84f83..be68cba576 100644 --- a/.github/workflows/windows-publish.yml +++ b/.github/workflows/windows-publish.yml @@ -40,7 +40,7 @@ jobs: build-image-sha: ${{ inputs.build-image-sha }} steps: - name: Checkout Electron - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 with: path: src/electron fetch-depth: 0