diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index c3377a6..61dae86 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -11,5 +11,5 @@ jobs: permissions: contents: write pull-requests: write - uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 secrets: inherit diff --git a/.github/workflows/bump-release.yml b/.github/workflows/bump-release.yml index fa44d33..32eba2c 100644 --- a/.github/workflows/bump-release.yml +++ b/.github/workflows/bump-release.yml @@ -30,7 +30,7 @@ jobs: bump-release: permissions: contents: write - uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 with: bump-type: ${{ inputs.bump-type }} tag-message-title: ${{ inputs.tag-message-title }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b48a31f..09e6257 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,5 +18,5 @@ jobs: permissions: contents: read security-events: write - uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 secrets: inherit diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index d92e1f6..f443f39 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,5 +14,5 @@ jobs: permissions: pull-requests: write contents: write - uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/contributors.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 secrets: inherit diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index bb6d748..0447563 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,5 +13,5 @@ on: jobs: test: - uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 secrets: inherit diff --git a/.github/workflows/monitor-bot-pr.yml b/.github/workflows/monitor-bot-pr.yml index 3e5e18e..9610aaf 100644 --- a/.github/workflows/monitor-bot-pr.yml +++ b/.github/workflows/monitor-bot-pr.yml @@ -14,5 +14,5 @@ jobs: contents: write pull-requests: write statuses: read - uses: go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 secrets: inherit diff --git a/.github/workflows/scanner.yml b/.github/workflows/scanner.yml index 15ad371..5a687f8 100644 --- a/.github/workflows/scanner.yml +++ b/.github/workflows/scanner.yml @@ -15,5 +15,5 @@ jobs: permissions: contents: read security-events: write - uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 secrets: inherit diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 11736a8..a353a07 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -13,7 +13,7 @@ jobs: name: Create release permissions: contents: write - uses: go-openapi/ci-workflows/.github/workflows/release.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/release.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 with: tag: ${{ github.ref_name }} secrets: inherit diff --git a/.github/workflows/toolchain-independence.yml b/.github/workflows/toolchain-independence.yml index a73f342..5f5a751 100644 --- a/.github/workflows/toolchain-independence.yml +++ b/.github/workflows/toolchain-independence.yml @@ -28,7 +28,7 @@ jobs: outputs: build_goroot: ${{ steps.goroot.outputs.build_goroot }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: stable @@ -75,7 +75,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # fixtures source (FixturesDir resolves the build-time checkout path, identical across jobs) + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.0 # fixtures source (FixturesDir resolves the build-time checkout path, identical across jobs) # oldstable is a DIFFERENT minor than job A's stable, so its GOROOT lives at a different path. # # It must satisfy the fixtures module's `go` directive (currently go 1.25.0); oldstable only ever increases, so this holds going forward. diff --git a/.github/workflows/update-doc.yml b/.github/workflows/update-doc.yml index 7f97aee..9fbe992 100644 --- a/.github/workflows/update-doc.yml +++ b/.github/workflows/update-doc.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: '1' submodules: recursive diff --git a/.github/workflows/webhook-announcements.yml b/.github/workflows/webhook-announcements.yml index a21bb82..1110be3 100644 --- a/.github/workflows/webhook-announcements.yml +++ b/.github/workflows/webhook-announcements.yml @@ -50,7 +50,7 @@ on: jobs: announce: - uses: go-openapi/ci-workflows/.github/workflows/webhook-announcements.yml@af4c93f45481ea7d24ac2a9858272cc03daf424e # v0.4.0 + uses: go-openapi/ci-workflows/.github/workflows/webhook-announcements.yml@20153976c20b55ce3289b6f9cf36c7149d3f1fff # v0.4.2 with: scanned-markdown: README.md # On push: normal before..after diff (empty