diff --git a/.github/workflows/check_graalvm.yml b/.github/workflows/check_graalvm.yml index a9a91e05c..6b5b07218 100644 --- a/.github/workflows/check_graalvm.yml +++ b/.github/workflows/check_graalvm.yml @@ -21,7 +21,7 @@ jobs: transport: native steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: path: reactor-netty - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 diff --git a/.github/workflows/check_netty_snapshots.yml b/.github/workflows/check_netty_snapshots.yml index 2de597153..0700e772c 100644 --- a/.github/workflows/check_netty_snapshots.yml +++ b/.github/workflows/check_netty_snapshots.yml @@ -22,7 +22,7 @@ jobs: transport: native steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Set up JDK 17 uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: diff --git a/.github/workflows/check_reactor_core_3.6_snapshots.yml b/.github/workflows/check_reactor_core_3.6_snapshots.yml index 71eac994a..7ec2926db 100644 --- a/.github/workflows/check_reactor_core_3.6_snapshots.yml +++ b/.github/workflows/check_reactor_core_3.6_snapshots.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: ref: '1.1.x' - name: Set up JDK 1.8 diff --git a/.github/workflows/check_transport.yml b/.github/workflows/check_transport.yml index fd003d397..2ab4a23cf 100644 --- a/.github/workflows/check_transport.yml +++ b/.github/workflows/check_transport.yml @@ -8,7 +8,7 @@ jobs: # name: preliminary sanity checks # runs-on: ubuntu-20.04 # steps: -# - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 +# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # with: # fetch-depth: 0 #needed by spotless # - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 @@ -53,23 +53,23 @@ jobs: - os: macos-12 transport: native steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: path: reactor-netty fetch-depth: 0 #needed by spotless -# - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 +# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # with: # repository: netty-contrib/codec-haproxy # path: codec-haproxy -# - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 +# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # with: # repository: netty-contrib/codec-extras # path: codec-extras - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: repository: netty-contrib/socks-proxy path: socks-proxy - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: repository: netty-contrib/codec-multipart path: codec-multipart diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d4f631e9b..73c59b7ad 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89bbbf438..a13296e4b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: versionType: ${{ steps.version.outputs.versionType }} fullVersion: ${{ steps.version.outputs.fullVersion }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: setup java uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: @@ -42,7 +42,7 @@ jobs: name: reactor-netty-http runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: setup java uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: @@ -57,7 +57,7 @@ jobs: # name: reactor-netty-incubator-quic # runs-on: ubuntu-20.04 # steps: -# - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 +# - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # - name: setup java # uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # with: @@ -73,7 +73,7 @@ jobs: build-branch-doc: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Set up Ruby for asciidoctor-pdf uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1 with: @@ -107,7 +107,7 @@ jobs: if: needs.reactor-netty-core.outputs.versionType == 'SNAPSHOT' environment: snapshots steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'temurin' @@ -133,7 +133,7 @@ jobs: if: needs.reactor-netty-core.outputs.versionType == 'MILESTONE' environment: releases steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'temurin' @@ -161,7 +161,7 @@ jobs: if: needs.reactor-netty-core.outputs.versionType == 'RELEASE' environment: releases steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'temurin' @@ -189,7 +189,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: tag run: | git config --local user.name 'reactorbot' @@ -204,7 +204,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: tag run: | git config --local user.name 'reactorbot'