diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 0eb30e0cb1d05..c994c2fe6c6ab 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -36,7 +36,7 @@ jobs: - name: Cache Homebrew Gems id: cache - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ matrix.runner }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffb6369c2d20..43353895599ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 persist-credentials: false @@ -95,7 +95,7 @@ jobs: if: runner.debug - name: Check out Pull Request - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 persist-credentials: false @@ -106,7 +106,7 @@ jobs: - name: Cache Homebrew Gems id: cache - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ matrix.runner }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -114,7 +114,7 @@ jobs: - name: Cache style cache if: runner.os == 'macOS' - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/Library/Caches/Homebrew/style key: macos-style-cache-${{ github.sha }} diff --git a/.github/workflows/google-fonts.yml b/.github/workflows/google-fonts.yml index 5a2a1080351f8..7ea8ea2cd45b1 100644 --- a/.github/workflows/google-fonts.yml +++ b/.github/workflows/google-fonts.yml @@ -24,19 +24,19 @@ jobs: mode: delete steps: - name: Checkout homebrew/cask-fonts - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - name: Checkout google/fonts - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: google/fonts path: vendor/google-fonts persist-credentials: false - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.10' @@ -114,4 +114,4 @@ jobs: --base master \ --body "$PR_BODY" \ --head "auto-${{ matrix.mode }}-google-fonts" \ - --title "${{matrix.mode}} Google Fonts" \ No newline at end of file + --title "${{matrix.mode}} Google Fonts"