Skip to content

Commit f77231e

Browse files
r-barnesmeta-codesync[bot]
authored andcommitted
fbcode_builder: regenerate OSS CI workflows after D96800077 backout
Summary: Make security happy. Removes the workflow_dispatch tmate_enabled input and the trailing "Setup tmate session" step from every generated GitHub Actions workflow, matching what the reverted generator now emits. Reviewed By: bigfootjon Differential Revision: D104103189 fbshipit-source-id: 2bb2c36b9cd58e80d08618e569c574772283b481
1 parent 4c7a2a4 commit f77231e

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/getdeps_linux.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
pull_request:
1010
branches:
1111
- main
12-
workflow_dispatch:
13-
inputs:
14-
tmate_enabled:
15-
description: 'Start a tmate SSH session on failure'
16-
required: false
17-
default: false
18-
type: boolean
1912

2013
permissions:
2114
contents: read # to fetch code (actions/checkout)
@@ -723,7 +716,7 @@ jobs:
723716
run: sccache --show-stats
724717
- name: Copy artifacts
725718
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fixup-dyn-deps --strip --src-dir=. cachelib _artifacts/linux --project-install-prefix cachelib:/usr/local --final-install-prefix /usr/local
726-
- uses: actions/upload-artifact@v7
719+
- uses: actions/upload-artifact@v6
727720
with:
728721
name: cachelib
729722
path: _artifacts
@@ -737,6 +730,3 @@ jobs:
737730
env:
738731
GH_TOKEN: ${{ github.token }}
739732
run: gh cache list --repo ${{ github.repository }} --sort size_in_bytes --order desc --limit 30
740-
- name: Setup tmate session
741-
if: failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled
742-
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)