diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml index 209d5f2c..859a829d 100644 --- a/.github/workflows/dco-check.yml +++ b/.github/workflows/dco-check.yml @@ -16,7 +16,7 @@ jobs: name: Check DCO Sign-off steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/engineer-bot-followup.yml b/.github/workflows/engineer-bot-followup.yml index 2ed6dc17..8be5fd1c 100644 --- a/.github/workflows/engineer-bot-followup.yml +++ b/.github/workflows/engineer-bot-followup.yml @@ -85,7 +85,7 @@ jobs: # out the PR head BRANCH (not the merge ref) so fixups push back to it. # persist-credentials:false; the run step sets an authenticated push remote. - name: Checkout PR head branch - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/engineer-bot.yml b/.github/workflows/engineer-bot.yml index a60790e5..ffafc363 100644 --- a/.github/workflows/engineer-bot.yml +++ b/.github/workflows/engineer-bot.yml @@ -61,7 +61,7 @@ jobs: # publish sets its own authenticated push remote for the fix branch, so # persist-credentials:false is fine. - name: Checkout (default branch) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e60f5e76..0a19821f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup JFrog uses: ./.github/actions/setup-jfrog @@ -61,7 +61,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup JFrog uses: ./.github/actions/setup-jfrog @@ -134,7 +134,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Go module proxy (GOPROXY + ~/.netrc) via JFrog OIDC. Also exports # JFROG_ACCESS_TOKEN, which the cargo step below reuses. diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index 80da8740..76582135 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup JFrog uses: ./.github/actions/setup-jfrog @@ -107,7 +107,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Go module proxy (GOPROXY + ~/.netrc) via JFrog OIDC. Also exports # JFROG_ACCESS_TOKEN, which the cargo step below reuses. diff --git a/.github/workflows/reviewer-bot-followup.yml b/.github/workflows/reviewer-bot-followup.yml index efa6184c..7d96fea7 100644 --- a/.github/workflows/reviewer-bot-followup.yml +++ b/.github/workflows/reviewer-bot-followup.yml @@ -38,7 +38,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout PR head (read-only; agent only POSTS via GH_TOKEN) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/reviewer-bot.yml b/.github/workflows/reviewer-bot.yml index ee44d99e..643e5d8c 100644 --- a/.github/workflows/reviewer-bot.yml +++ b/.github/workflows/reviewer-bot.yml @@ -61,7 +61,7 @@ jobs: # default branch on dispatch. persist-credentials:false — the reviewer # reads this tree via read_paths/grep, so no token may sit in .git/config. - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/securityScan.yml b/.github/workflows/securityScan.yml index 8aca3af7..23ed7bae 100644 --- a/.github/workflows/securityScan.yml +++ b/.github/workflows/securityScan.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # JFrog OIDC + GOPROXY: skipped on fork PRs (no OIDC token from # GitHub's perspective). Fork PRs still work because OSV-Scanner