diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5dbff6e9..2fac6c25 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -50,7 +50,7 @@ jobs: if: github.repository == 'Homebrew/formulae.brew.sh' run: brew install actionlint shellcheck zizmor - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/sync-shared-config.yml b/.github/workflows/sync-shared-config.yml index 9b28a050..dbbf3276 100644 --- a/.github/workflows/sync-shared-config.yml +++ b/.github/workflows/sync-shared-config.yml @@ -74,7 +74,7 @@ jobs: portable-ruby: true - name: Clone source repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -107,12 +107,12 @@ jobs: portable-ruby: true - name: Clone source repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Clone brew.sh source repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: Homebrew/brew.sh path: source/brew.sh @@ -123,7 +123,7 @@ jobs: bin - name: Clone target repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: repository: ${{ matrix.repo }} path: target/${{ matrix.repo }}