Searched +full:persist +full:- +full:credentials (Results 1 – 25 of 106) sorted by relevance
12345
3 # SPDX-License-Identifier: curl13 - master14 - '*/ci'16 - '.github/workflows/checkdocs.yml'17 - '.github/scripts/mdlinkcheck'18 - '/scripts/**'19 - '**.md'20 - 'docs/*'23 - master25 - '.github/workflows/checkdocs.yml'[all …]
3 # SPDX-License-Identifier: curl12 - master13 - '*/ci'14 paths-ignore:15 - '**/*.md'16 - '.circleci/**'17 - 'appveyor.*'18 - 'plan9/**'19 - 'tests/data/**'20 - 'winbuild/**'[all …]
3 # SPDX-License-Identifier: curl4 ---5 name: curl-for-win10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'14 - master17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}18 cancel-in-progress: true23 maketgz-and-verify-in-tree:24 runs-on: ubuntu-latest25 timeout-minutes: 1527 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4[all …]
3 # SPDX-License-Identifier: curl5 name: configure-vs-cmake9 - master11 - '*.ac'12 - '**/*.m4'13 - '**/CMakeLists.txt'14 - 'CMake/**'15 - 'lib/curl_config.h.cmake'16 - '.github/scripts/cmp-config.pl'17 - '.github/workflows/configure-vs-cmake.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: non-native10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'[all …]
10 * http://www.apache.org/licenses/LICENSE-2.033 $plist = $channel_clean_persistent->getPersistentList();34 $channel_clean_persistent->cleanPersistentList();40 $deadline = $now->add(new Grpc\Timeval(1000));41 if ($channel->watchConnectivityState(GRPC\CHANNEL_IDLE,46 $this->assertTrue(false);50 $this->assertTrue($state == GRPC\CHANNEL_CONNECTING ||64 $this->channel1 = new Grpc\Channel('localhost:1', ['force_new' => true]);65 $channel1_info = $this->channel1->getChannelInfo();66 $plist_info = $this->channel1->getPersistentList();[all …]
1 name: ossf-scorecard7 - cron: '32 16 * * 3'12 permissions: read-all17 runs-on: ubuntu-latest19 # Needed to upload the results to code-scanning dashboard.20 security-events: write22 id-token: write27 - name: "Checkout code"30 persist-credentials: false32 - name: "Run analysis"[all …]
1 name: Scorecards supply-chain security6 - cron: '23 17 * * 1'11 permissions: read-all16 runs-on: ubuntu-latest18 # Needed to upload the results to code-scanning dashboard.19 security-events: write24 - name: "Checkout code"27 persist-credentials: false29 - name: "Run analysis"30 uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1[all …]
8 # http://www.apache.org/licenses/LICENSE-2.026 runs-on: ubuntu-latest32 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c34 persist-credentials: false35 - uses: actions/cache@v3.2.538 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}39 restore-keys: |40 ${{ runner.os }}-maven-41 - name: Set up JDK ${{ matrix.java }}42 uses: actions/setup-java@v3.10.0[all …]
8 # http://www.apache.org/licenses/LICENSE-2.026 runs-on: ubuntu-latest27 continue-on-error: ${{ matrix.experimental }}33 # - java: 18-ea36 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c38 persist-credentials: false39 - uses: actions/cache@v3.2.542 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}43 restore-keys: |44 ${{ runner.os }}-maven-[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 name: "Scorecards supply-chain security"21 - cron: "30 1 * * 6" # Weekly on Saturdays25 permissions: read-all32 runs-on: ubuntu-latest34 # Needed to upload the results to the code-scanning dashboard.35 security-events: write37 id-token: write # This is required for requesting the JWT42 - name: "Checkout code"45 persist-credentials: false[all …]
1 name: Scorecard supply-chain security3 # For Branch-Protection check. Only the default branch is supported. See4 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection9 - cron: '36 17 * * 5'14 permissions: read-all19 runs-on: ubuntu-latest21 security-events: write # to upload the results to code-scanning dashboard22 id-token: write # to publish results and get a badge25 - name: "Checkout code"28 persist-credentials: false[all …]
8 # http://www.apache.org/licenses/LICENSE-2.026 runs-on: ubuntu-latest32 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.134 persist-credentials: false35 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.238 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}39 restore-keys: |40 ${{ runner.os }}-maven-41 - name: Set up JDK ${{ matrix.java }}42 uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0[all …]
8 # http://www.apache.org/licenses/LICENSE-2.026 runs-on: ${{ matrix.os }}27 continue-on-error: ${{ matrix.experimental }}30 os: [ubuntu-latest, windows-latest, macos-latest]34 # - java: 22-ea35 # os: ubuntu-latest37 # - java: 22-ea38 # os: windows-latest40 # - java: 22-ea41 # os: macos-latest[all …]
1 name: Scorecards supply-chain security6 - cron: '22 21 * * 2'12 permissions: read-all18 runs-on: ubuntu-latest20 # Needed to upload the results to code-scanning dashboard.21 security-events: write23 id-token: write29 - name: "Checkout code"32 persist-credentials: false34 - name: "Run analysis"[all …]
2 # by a third-party and are governed by separate terms of service, privacy5 name: Scorecard supply-chain security7 # For Branch-Protection check. Only the default branch is supported. See8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection13 - cron: '19 14 * * 6'18 permissions: read-all23 runs-on: ubuntu-latest25 # Needed to upload the results to code-scanning dashboard.26 security-events: write28 id-token: write[all …]
2 # by a third-party and are governed by separate terms of service, privacy5 name: Scorecard supply-chain security7 # For Branch-Protection check. Only the default branch is supported. See8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection13 - cron: '23 22 * * 3'18 permissions: read-all23 runs-on: ubuntu-latest25 # Needed to upload the results to code-scanning dashboard.26 security-events: write28 id-token: write[all …]
2 # by a third-party and are governed by separate terms of service, privacy5 name: Scorecard supply-chain security7 # For Branch-Protection check. Only the default branch is supported. See8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection13 - cron: '26 14 * * 5'18 permissions: read-all23 runs-on: ubuntu-latest25 # Needed to upload the results to code-scanning dashboard.26 security-events: write28 id-token: write[all …]
2 # by a third-party and are governed by separate terms of service, privacy5 name: Scorecard supply-chain security7 # For Branch-Protection check. Only the default branch is supported. See8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection13 - cron: '45 9 * * 0'18 permissions: read-all23 runs-on: ubuntu-latest25 # Needed to upload the results to code-scanning dashboard.26 security-events: write28 id-token: write[all …]