Skip to content

Commit

Permalink
Update actions/checkout digest to 8459bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 21c4600 commit 4d408da
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Even if if doesn't do anything
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Checkout
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-all-english-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'github/docs-internal'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: npm ci
run: npm ci
- name: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- uses: github/codeql-action/init@v1
with:
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- name: Sync
uses: crowdin/github-action@6259628693db7fdaec0770d57d414ca0d64cfde8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-sync-algolia-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc
with:
node-version: 14.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- name: Get npm cache directory
id: npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ping-staging-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
steps:
- uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: npm ci
run: npm ci
- name: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-unused-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo 'The repo is currently frozen! Exiting this workflow.'
exit 1 # prevents further steps from running
- name: Checkout
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: npm ci
run: npm ci
- name: Run scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:

- name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- name: Sync repo to branch
uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-algolia-search-indices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc
with:
node-version: 14.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
with:
ref: translations # check out the 'translations' branch

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
test-group: [content, meta, rendering, routing, unit, links-and-images]
steps:
- name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- name: Setup node
uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test-group: [content, meta, rendering, routing, unit, links-and-images]
steps:
- name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- name: Setup node
uses: actions/setup-node@094c36e88e2a3ffdf4d3a5bb935088ac39a46acc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Even if if doesn't do anything
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Setup node
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# Even if if doesn't do anything
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Check out repo
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f

- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
name: Setup node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-graphql-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo 'The repo is currently frozen! Exiting this workflow.'
exit 1 # prevents further steps from running
- name: Checkout
uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Set up Ruby
uses: actions/setup-ruby@e932e7af67fc4a8fc77bd86b744acd4e42fe3543
with:
Expand Down

0 comments on commit 4d408da

Please sign in to comment.