diff --git a/.github/workflows/check-blog-links.yml b/.github/workflows/check-blog-links.yml index deb3e4bec..0d697582b 100644 --- a/.github/workflows/check-blog-links.yml +++ b/.github/workflows/check-blog-links.yml @@ -14,7 +14,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 715d962dc..7a5ab36c5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # tag: v6.1.0 with: diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 7dd0e5672..74cf8dcb1 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -18,7 +18,7 @@ jobs: name: Upload to Crowdin runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # tag: v6.1.0 with: node-version-file: '.nvmrc' @@ -44,7 +44,7 @@ jobs: - name: Print content run: ls -ln # This should be set up from earlier - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # tag: v6.1.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index c87499f0b..1687f8618 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -28,7 +28,7 @@ jobs: id: generate-token with: creds: ${{ secrets.DOCS_UPDATER_GH_APP_CREDS }} - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2 with: token: ${{ steps.generate-token.outputs.token }} - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # tag: v6.1.0 diff --git a/.github/workflows/update-i18n-deploy.yml b/.github/workflows/update-i18n-deploy.yml index cf9bc901f..577b422db 100644 --- a/.github/workflows/update-i18n-deploy.yml +++ b/.github/workflows/update-i18n-deploy.yml @@ -15,7 +15,7 @@ jobs: if: github.repository == 'electron/website' runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag: v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # tag: v6.1.0 with: