Merge pull request #18415 from Homebrew/dependabot/github_actions/actions/checkout-4.2.0

This commit is contained in:
Carlo Cabrera 2024-09-26 02:21:33 +08:00 committed by GitHub
commit 465a7352f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3

View File

@ -28,7 +28,7 @@ jobs:
version: ["18.04", "20.04", "22.04", "24.04"] version: ["18.04", "20.04", "22.04", "24.04"]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false

View File

@ -34,7 +34,7 @@ jobs:
test-bot: false test-bot: false
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
- name: Install vale - name: Install vale
run: brew install vale run: brew install vale

View File

@ -75,7 +75,7 @@ jobs:
run: rm -f "${RUNNER_TEMP}/${TEMPORARY_CERTIFICATE_FILE}" run: rm -f "${RUNNER_TEMP}/${TEMPORARY_CERTIFICATE_FILE}"
- name: Checkout another Homebrew to brew subdirectory - name: Checkout another Homebrew to brew subdirectory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
with: with:
path: brew path: brew
fetch-depth: 0 fetch-depth: 0

View File

@ -36,7 +36,7 @@ jobs:
test-bot: false test-bot: false
- name: Checkout Homebrew/rubydoc.brew.sh - name: Checkout Homebrew/rubydoc.brew.sh
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
with: with:
repository: Homebrew/rubydoc.brew.sh repository: Homebrew/rubydoc.brew.sh
path: rubydoc path: rubydoc