| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d83cec1 commit c5d7dd3
28 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ jobs: | |||
| 45 | 45 | if: needs.get-prs-for-ci.outputs.numbers != '' | |
| 46 | 46 | runs-on: ubuntu-latest | |
| 47 | 47 | steps: | |
| 48 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 48 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 49 | 49 | with: | |
| 50 | 50 | persist-credentials: false | |
| 51 | 51 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ jobs: | |||
| 76 | 76 | if: github.event.pull_request.draft == false | |
| 77 | 77 | runs-on: ubuntu-24.04 | |
| 78 | 78 | steps: | |
| 79 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 79 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 80 | 80 | with: | |
| 81 | 81 | persist-credentials: false | |
| 82 | 82 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
@@ -106,7 +106,7 @@ jobs: | |||
| 106 | 106 | CXX: sccache clang++-19 | |
| 107 | 107 | SCCACHE_GHA_ENABLED: 'true' | |
| 108 | 108 | steps: | |
| 109 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 109 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 110 | 110 | with: | |
| 111 | 111 | persist-credentials: false | |
| 112 | 112 | sparse-checkout: .github/actions/install-clang | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ jobs: | |||
| 23 | 23 | ||
| 24 | 24 | steps: | |
| 25 | 25 | - name: Checkout repository | |
| 26 | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 26 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 27 | 27 | ||
| 28 | 28 | # Initializes the CodeQL tools for scanning. | |
| 29 | 29 | - name: Initialize CodeQL | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ jobs: | |||
| 17 | 17 | run: | | |
| 18 | 18 | echo "plusOne=$((${{ github.event.pull_request.commits }} + 1))" >> $GITHUB_OUTPUT | |
| 19 | 19 | echo "minusOne=$((${{ github.event.pull_request.commits }} - 1))" >> $GITHUB_OUTPUT | |
| 20 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 20 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 21 | 21 | with: | |
| 22 | 22 | fetch-depth: ${{ steps.nb-of-commits.outputs.plusOne }} | |
| 23 | 23 | persist-credentials: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ jobs: | |||
| 59 | 59 | if: needs.get_mergeable_prs.outputs.numbers != '' | |
| 60 | 60 | runs-on: ubuntu-latest | |
| 61 | 61 | steps: | |
| 62 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 62 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 63 | 63 | with: | |
| 64 | 64 | # A personal token is required because pushing with GITHUB_TOKEN will | |
| 65 | 65 | # prevent commits from running CI after they land. It needs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,7 @@ jobs: | |||
| 49 | 49 | if: github.event.pull_request.draft == false | |
| 50 | 50 | runs-on: ubuntu-24.04 | |
| 51 | 51 | steps: | |
| 52 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 52 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 53 | 53 | with: | |
| 54 | 54 | persist-credentials: false | |
| 55 | 55 | - name: Install Clang ${{ env.CLANG_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,7 @@ jobs: | |||
| 49 | 49 | if: github.event.pull_request.draft == false | |
| 50 | 50 | runs-on: ubuntu-24.04 | |
| 51 | 51 | steps: | |
| 52 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 52 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 53 | 53 | with: | |
| 54 | 54 | persist-credentials: false | |
| 55 | 55 | - name: Install Clang ${{ env.CLANG_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ jobs: | |||
| 45 | 45 | if: github.event.pull_request.draft == false | |
| 46 | 46 | runs-on: windows-2025 | |
| 47 | 47 | steps: | |
| 48 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 48 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 49 | 49 | with: | |
| 50 | 50 | persist-credentials: false | |
| 51 | 51 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ jobs: | |||
| 33 | 33 | RELEASE_LINE: ${{ inputs.release-line }} | |
| 34 | 34 | runs-on: ubuntu-latest | |
| 35 | 35 | steps: | |
| 36 | - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 36 | + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 37 | 37 | with: | |
| 38 | 38 | ref: ${{ env.STAGING_BRANCH }} | |
| 39 | 39 | persist-credentials: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ jobs: | |||
| 64 | 64 | SHORT_SHA=$(node -p 'process.version.split(/-nightly\d{8}/)[1]') | |
| 65 | 65 | echo "NIGHTLY_REF=$(gh api /repos/nodejs/node/commits/$SHORT_SHA --jq '.sha')" >> $GITHUB_ENV | |
| 66 | 66 | - name: Checkout ${{ steps.setup-node.outputs.node-version }} | |
| 67 | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 67 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 68 | 68 | with: | |
| 69 | 69 | persist-credentials: false | |
| 70 | 70 | ref: ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }} | |
@@ -80,7 +80,7 @@ jobs: | |||
| 80 | 80 | run: rm -rf wpt | |
| 81 | 81 | working-directory: test/fixtures | |
| 82 | 82 | - name: Checkout epochs/daily WPT | |
| 83 | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | ||
| 83 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| 84 | 84 | with: | |
| 85 | 85 | repository: web-platform-tests/wpt | |
| 86 | 86 | persist-credentials: false | |
| Back | FazBrowse Home | New Git URL |
0 commit comments