| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 706f7a2 commit 301af00
61 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ jobs: | |||
| 20 | 20 | runs-on: ubuntu-latest | |
| 21 | 21 | steps: | |
| 22 | 22 | - name: Check out repo | |
| 23 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 23 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 24 | 24 | ||
| 25 | 25 | - uses: ./.github/actions/node-npm-setup | |
| 26 | 26 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ jobs: | |||
| 22 | 22 | if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' | |
| 23 | 23 | steps: | |
| 24 | 24 | - name: Checkout | |
| 25 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 25 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 26 | 26 | ||
| 27 | 27 | - uses: ./.github/actions/node-npm-setup | |
| 28 | 28 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | REPORT_REPOSITORY: github/docs-content | |
| 25 | 25 | steps: | |
| 26 | 26 | - name: Checkout | |
| 27 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 27 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 28 | 28 | with: | |
| 29 | 29 | # To prevent issues with cloning early access content later | |
| 30 | 30 | persist-credentials: 'false' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ jobs: | |||
| 37 | 37 | ||
| 38 | 38 | - name: Check out repo | |
| 39 | 39 | if: ${{ failure() && github.event_name != 'pull_request_target' }} | |
| 40 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 40 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 41 | 41 | ||
| 42 | 42 | - uses: ./.github/actions/slack-alert | |
| 43 | 43 | if: ${{ failure() && github.event_name != 'pull_request_target' }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' | |
| 36 | 36 | runs-on: ubuntu-latest | |
| 37 | 37 | steps: | |
| 38 | - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 38 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 39 | 39 | - uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 | |
| 40 | 40 | with: | |
| 41 | 41 | languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ jobs: | |||
| 83 | 83 | ||
| 84 | 84 | - name: Check out repo | |
| 85 | 85 | if: ${{ failure() && github.event_name != 'pull_request_target' }} | |
| 86 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 86 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 87 | 87 | - uses: ./.github/actions/slack-alert | |
| 88 | 88 | if: ${{ failure() && github.event_name != 'pull_request_target' }} | |
| 89 | 89 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ jobs: | |||
| 23 | 23 | runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }} | |
| 24 | 24 | steps: | |
| 25 | 25 | - name: Check out repo | |
| 26 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 26 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 27 | 27 | ||
| 28 | 28 | - name: Set up Node and dependencies | |
| 29 | 29 | uses: ./.github/actions/node-npm-setup | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ jobs: | |||
| 25 | 25 | if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' | |
| 26 | 26 | steps: | |
| 27 | 27 | - name: Checkout | |
| 28 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 28 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 29 | 29 | ||
| 30 | 30 | - uses: ./.github/actions/node-npm-setup | |
| 31 | 31 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,7 +73,7 @@ jobs: | |||
| 73 | 73 | ||
| 74 | 74 | - name: Check out repo | |
| 75 | 75 | if: ${{ failure() && github.event_name != 'workflow_dispatch' && github.repository == 'github/docs-internal' }} | |
| 76 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 76 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 77 | 77 | - uses: ./.github/actions/slack-alert | |
| 78 | 78 | if: ${{ failure() && github.event_name != 'workflow_dispatch' && github.repository == 'github/docs-internal' }} | |
| 79 | 79 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | runs-on: ubuntu-20.04-xl | |
| 25 | 25 | steps: | |
| 26 | 26 | - name: Checkout English repo | |
| 27 | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
| 27 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 28 | 28 | with: | |
| 29 | 29 | # Using a PAT is necessary so that the new commit will trigger the | |
| 30 | 30 | # CI in the PR. (Events from GITHUB_TOKEN don't trigger new workflows.) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments