diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85882704352..498c5a359d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: channel: stable experimental: false steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Test run: make test env: @@ -48,7 +48,7 @@ jobs: && github.ref == 'refs/heads/main' && github.repository == 'flutter/website' steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: submodules: "recursive" - name: Install Node diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3e7f305fa4e..1c58573e8df 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/link-validate.yml b/.github/workflows/link-validate.yml index a0e8f5a69a4..ae44118c030 100644 --- a/.github/workflows/link-validate.yml +++ b/.github/workflows/link-validate.yml @@ -15,7 +15,7 @@ jobs: check_link_references: runs-on: ubuntu-latest steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: submodules: "recursive" - name: Build diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 9c6d2c0167c..1cce19785c9 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: persist-credentials: false