Home
last modified time | relevance | path

Searched +full:persist +full:- +full:credentials (Results 1 – 25 of 106) sorted by relevance

12345

/external/curl/.github/workflows/
Dcheckdocs.yml3 # SPDX-License-Identifier: curl
13 - master
14 - '*/ci'
16 - '.github/workflows/checkdocs.yml'
17 - '.github/scripts/mdlinkcheck'
18 - '/scripts/**'
19 - '**.md'
20 - 'docs/*'
23 - master
25 - '.github/workflows/checkdocs.yml'
[all …]
Dchecksrc.yml3 # SPDX-License-Identifier: curl
12 - master
13 - '*/ci'
14 paths-ignore:
15 - '**/*.md'
16 - '.circleci/**'
17 - 'appveyor.*'
18 - 'plan9/**'
19 - 'tests/data/**'
20 - 'winbuild/**'
[all …]
Dcurl-for-win.yml3 # SPDX-License-Identifier: curl
4 ---
5 name: curl-for-win
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
[all …]
Ddistcheck.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
14 - master
17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
18 cancel-in-progress: true
23 maketgz-and-verify-in-tree:
24 runs-on: ubuntu-latest
25 timeout-minutes: 15
27 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
[all …]
Dconfigure-vs-cmake.yml3 # SPDX-License-Identifier: curl
5 name: configure-vs-cmake
9 - master
11 - '*.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 …]
Dnon-native.yml3 # SPDX-License-Identifier: curl
5 name: non-native
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
[all …]
/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php10 * http://www.apache.org/licenses/LICENSE-2.0
33 $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 …]
/external/pytorch/.github/workflows/
Dscorecards.yml1 name: ossf-scorecard
7 - cron: '32 16 * * 3'
12 permissions: read-all
17 runs-on: ubuntu-latest
19 # Needed to upload the results to code-scanning dashboard.
20 security-events: write
22 id-token: write
27 - name: "Checkout code"
30 persist-credentials: false
32 - name: "Run analysis"
[all …]
/external/pcre/.github/workflows/
Dscorecards.yml1 name: Scorecards supply-chain security
6 - cron: '23 17 * * 1'
11 permissions: read-all
16 runs-on: ubuntu-latest
18 # Needed to upload the results to code-scanning dashboard.
19 security-events: write
24 - name: "Checkout code"
27 persist-credentials: false
29 - name: "Run analysis"
30 uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1
[all …]
/external/apache-commons-lang/.github/workflows/
Dcoverage.yml8 # http://www.apache.org/licenses/LICENSE-2.0
26 runs-on: ubuntu-latest
32 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
34 persist-credentials: false
35 - uses: actions/cache@v3.2.5
38 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 …]
Dmaven.yml8 # http://www.apache.org/licenses/LICENSE-2.0
26 runs-on: ubuntu-latest
27 continue-on-error: ${{ matrix.experimental }}
33 # - java: 18-ea
36 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
38 persist-credentials: false
39 - uses: actions/cache@v3.2.5
42 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
43 restore-keys: |
44 ${{ runner.os }}-maven-
[all …]
Dscorecards-analysis.yml8 # http://www.apache.org/licenses/LICENSE-2.0
16 name: "Scorecards supply-chain security"
21 - cron: "30 1 * * 6" # Weekly on Saturdays
25 permissions: read-all
32 runs-on: ubuntu-latest
34 # Needed to upload the results to the code-scanning dashboard.
35 security-events: write
37 id-token: write # This is required for requesting the JWT
42 - name: "Checkout code"
45 persist-credentials: false
[all …]
/external/angle/third_party/spirv-tools/src/.github/workflows/
Dscorecard.yml1 name: Scorecard supply-chain security
3 # For Branch-Protection check. Only the default branch is supported. See
4 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9 - cron: '36 17 * * 5'
14 permissions: read-all
19 runs-on: ubuntu-latest
21 security-events: write # to upload the results to code-scanning dashboard
22 id-token: write # to publish results and get a badge
25 - name: "Checkout code"
28 persist-credentials: false
[all …]
/external/deqp-deps/SPIRV-Tools/.github/workflows/
Dscorecard.yml1 name: Scorecard supply-chain security
3 # For Branch-Protection check. Only the default branch is supported. See
4 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9 - cron: '36 17 * * 5'
14 permissions: read-all
19 runs-on: ubuntu-latest
21 security-events: write # to upload the results to code-scanning dashboard
22 id-token: write # to publish results and get a badge
25 - name: "Checkout code"
28 persist-credentials: false
[all …]
/external/swiftshader/third_party/SPIRV-Tools/.github/workflows/
Dscorecard.yml1 name: Scorecard supply-chain security
3 # For Branch-Protection check. Only the default branch is supported. See
4 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9 - cron: '36 17 * * 5'
14 permissions: read-all
19 runs-on: ubuntu-latest
21 security-events: write # to upload the results to code-scanning dashboard
22 id-token: write # to publish results and get a badge
25 - name: "Checkout code"
28 persist-credentials: false
[all …]
/external/angle/third_party/glslang/src/.github/workflows/
Dscorecard.yml1 name: Scorecard supply-chain security
3 # For Branch-Protection check. Only the default branch is supported. See
4 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9 - cron: '36 17 * * 5'
14 permissions: read-all
19 runs-on: ubuntu-latest
21 security-events: write # to upload the results to code-scanning dashboard
22 id-token: write # to publish results and get a badge
25 - name: "Checkout code"
28 persist-credentials: false
[all …]
/external/deqp-deps/glslang/.github/workflows/
Dscorecard.yml1 name: Scorecard supply-chain security
3 # For Branch-Protection check. Only the default branch is supported. See
4 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9 - cron: '36 17 * * 5'
14 permissions: read-all
19 runs-on: ubuntu-latest
21 security-events: write # to upload the results to code-scanning dashboard
22 id-token: write # to publish results and get a badge
25 - name: "Checkout code"
28 persist-credentials: false
[all …]
/external/apache-commons-io/.github/workflows/
Dcoverage.yml8 # http://www.apache.org/licenses/LICENSE-2.0
26 runs-on: ubuntu-latest
32 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34 persist-credentials: false
35 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
38 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 …]
Dmaven.yml8 # http://www.apache.org/licenses/LICENSE-2.0
26 runs-on: ${{ matrix.os }}
27 continue-on-error: ${{ matrix.experimental }}
30 os: [ubuntu-latest, windows-latest, macos-latest]
34 # - java: 22-ea
35 # os: ubuntu-latest
37 # - java: 22-ea
38 # os: windows-latest
40 # - java: 22-ea
41 # os: macos-latest
[all …]
Dscorecards-analysis.yml8 # http://www.apache.org/licenses/LICENSE-2.0
16 name: "Scorecards supply-chain security"
21 - cron: "30 1 * * 6" # Weekly on Saturdays
25 permissions: read-all
32 runs-on: ubuntu-latest
34 # Needed to upload the results to the code-scanning dashboard.
35 security-events: write
37 id-token: write # This is required for requesting the JWT
42 - name: "Checkout code"
45 persist-credentials: false
[all …]
/external/zstd/.github/workflows/
Dscorecards.yml1 name: Scorecards supply-chain security
6 - cron: '22 21 * * 2'
12 permissions: read-all
18 runs-on: ubuntu-latest
20 # Needed to upload the results to code-scanning dashboard.
21 security-events: write
23 id-token: write
29 - name: "Checkout code"
32 persist-credentials: false
34 - name: "Run analysis"
[all …]
/external/harfbuzz_ng/.github/workflows/
Dscorecard.yml2 # by a third-party and are governed by separate terms of service, privacy
5 name: Scorecard supply-chain security
7 # For Branch-Protection check. Only the default branch is supported. See
8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
13 - cron: '19 14 * * 6'
18 permissions: read-all
23 runs-on: ubuntu-latest
25 # Needed to upload the results to code-scanning dashboard.
26 security-events: write
28 id-token: write
[all …]
/external/lz4/.github/workflows/
Dscorecard.yml2 # by a third-party and are governed by separate terms of service, privacy
5 name: Scorecard supply-chain security
7 # For Branch-Protection check. Only the default branch is supported. See
8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
13 - cron: '23 22 * * 3'
18 permissions: read-all
23 runs-on: ubuntu-latest
25 # Needed to upload the results to code-scanning dashboard.
26 security-events: write
28 id-token: write
[all …]
/external/fmtlib/.github/workflows/
Dscorecard.yml2 # by a third-party and are governed by separate terms of service, privacy
5 name: Scorecard supply-chain security
7 # For Branch-Protection check. Only the default branch is supported. See
8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
13 - cron: '26 14 * * 5'
18 permissions: read-all
23 runs-on: ubuntu-latest
25 # Needed to upload the results to code-scanning dashboard.
26 security-events: write
28 id-token: write
[all …]
/external/guava/.github/workflows/
Dscorecard.yml2 # by a third-party and are governed by separate terms of service, privacy
5 name: Scorecard supply-chain security
7 # For Branch-Protection check. Only the default branch is supported. See
8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
13 - cron: '45 9 * * 0'
18 permissions: read-all
23 runs-on: ubuntu-latest
25 # Needed to upload the results to code-scanning dashboard.
26 security-events: write
28 id-token: write
[all …]

12345