Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
CI: Bump allow-list pin and quieten repeat summaries#92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -192,7 +192,7 @@ on: | ||
| required: false | ||
| type: string | ||
| # yamllint disable-line rule:line-length | ||
| default: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@f0f76ac22f342c9a788ebcabe584e68a79cc2e83' # v0.16.0 | ||
| default: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@ec0736244fc776e326283c6af6840e30f316f63c' # v0.16.1 | ||
ModeSevenIndustrialSolutions marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| # --- Gerrit-aware checkout (empty unless dispatched via Gerrit) --- | ||
| gerrit_refspec: | ||
| @@ -416,6 +416,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -519,6 +520,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -587,6 +589,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -658,6 +661,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -714,6 +718,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -796,6 +801,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -862,6 +868,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| @@ -924,6 +931,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@805eedb0508c07714b61887a2b87a5c4bbeff22a # v0.12.1 | ||
| with: | ||
| config: ${{ inputs.harden_runner_allowlist }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -47,7 +47,7 @@ env: | ||
| # Harden-runner egress allow-list shared by the publish jobs. Matches the | ||
| # default used inside the reusable workflow; override for your project. | ||
| # yamllint disable-line rule:line-length | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@f0f76ac22f342c9a788ebcabe584e68a79cc2e83' # v0.16.0 | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@ec0736244fc776e326283c6af6840e30f316f63c' # v0.16.1 | ||
ModeSevenIndustrialSolutions marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| jobs: | ||
| release: | ||
| @@ -127,6 +127,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@42663a22f7abe31521cbc6120901353a4b2849bc # v0.2.0 | ||
| with: | ||
| config: ${{ env.HARDEN_RUNNER_ALLOWLIST }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner (block)' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -44,7 +44,7 @@ env: | ||
| # Harden-runner egress allow-list shared by the publish jobs. Matches the | ||
| # default used inside the reusable workflow; override for your project. | ||
| # yamllint disable-line rule:line-length | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@f0f76ac22f342c9a788ebcabe584e68a79cc2e83' # v0.16.0 | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@ec0736244fc776e326283c6af6840e30f316f63c' # v0.16.1 | ||
ModeSevenIndustrialSolutions marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| jobs: | ||
| release: | ||
| @@ -132,6 +132,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@42663a22f7abe31521cbc6120901353a4b2849bc # v0.2.0 | ||
| with: | ||
| config: ${{ env.HARDEN_RUNNER_ALLOWLIST }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner (block)' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -43,7 +43,7 @@ env: | ||
| # Harden-runner egress allow-list shared by the publish jobs. Matches the | ||
| # default used inside the reusable workflow; override for your project. | ||
| # yamllint disable-line rule:line-length | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@f0f76ac22f342c9a788ebcabe584e68a79cc2e83' # v0.16.0 | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@ec0736244fc776e326283c6af6840e30f316f63c' # v0.16.1 | ||
ModeSevenIndustrialSolutions marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| jobs: | ||
| release: | ||
| @@ -119,6 +119,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@42663a22f7abe31521cbc6120901353a4b2849bc # v0.2.0 | ||
| with: | ||
| config: ${{ env.HARDEN_RUNNER_ALLOWLIST }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner (block)' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -39,7 +39,7 @@ env: | ||
| # Harden-runner egress allow-list shared by the publish jobs. Matches the | ||
| # default used inside the reusable workflow; override for your project. | ||
| # yamllint disable-line rule:line-length | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@f0f76ac22f342c9a788ebcabe584e68a79cc2e83' # v0.16.0 | ||
| HARDEN_RUNNER_ALLOWLIST: 'lfreleng-actions//.github/harden-runner/lfreleng-actions/allow_list.txt@ec0736244fc776e326283c6af6840e30f316f63c' # v0.16.1 | ||
ModeSevenIndustrialSolutions marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| jobs: | ||
| release: | ||
| @@ -116,6 +116,7 @@ jobs: | ||
| uses: lfreleng-actions/harden-runner-block-action@42663a22f7abe31521cbc6120901353a4b2849bc # v0.2.0 | ||
| with: | ||
| config: ${{ env.HARDEN_RUNNER_ALLOWLIST }} | ||
| allow_list_summary: 'false' | ||
| - name: 'Harden runner (block)' | ||
| # yamllint disable-line rule:line-length | ||
| uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.