-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Complexity: MediumFeature: Board/GitHub MaintenanceProject board maintenance that we have to do repeatedlyProject board maintenance that we have to do repeatedlyFeature: Refactor GHARefactoring GitHub actions to fit latest architectural normsRefactoring GitHub actions to fit latest architectural normsLang: GHAGitHub ActionsGitHub Actionsrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: 1ptCan be done in 4-6 hoursCan be done in 4-6 hours
Milestone
Description
Prerequisites
- You must be a member of Hack for LA to work on an issue. If you have not joined yet, please follow the steps on our Getting Started page.
- Please make sure you have read our Hack for LA Contributing Guide before you claim/start working on an issue.
Overview
Our repo's dependabot has been identifying the packages/dependencies for which a more recent version is available, and for each it has created a PR detailing which files in our codebase use that package/dependency. We need to check each of these files individually to determine whether we should or should not switch to the latest version.
Action Items
Refer to the issue-trigger.yml file and review with the version updates recommended by the dependabot.
Select:
- PASSES TEST Bump actions/github-script from 4 to 6 #4734 `uses: actions/github-script@v4` with `uses: actions/github-script@v6`
- PASSES TEST Bump actions/checkout from 2 to 3 #4735 `uses: actions/checkout@v2` with `uses: actions/checkout@v3`
- PASSES TEST Bump tspascoal/get-user-teams-membership from 1 to 2 #4737 `uses: actions/checkout@v2` with `uses: actions/checkout@v3`
Or: -
FAILS: Bump actions/github-script from 4 to 6 #4734. Do not update.UPDATE 7/17/23: With additional refactoring, this passesuses: actions/github-script@v6. See Correction to verify dependabot suggested version update to GHA issue-trigger.yml #4933 - FAILS: Bump actions/checkout from 2 to 3 #4735. Do not update.
- FAILS: Bump tspascoal/get-user-teams-membership from 1 to 2 #4737. Do not update.
Merge team:
- Transfer results to Epic for writing issues to test GHAs for dependabot proposed updates #4815
Resources/Instructions
- Never done GitHub actions? Start here!
- Events that trigger workflows
- Workflow syntax for GitHub Actions
- actions/github-script
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Complexity: MediumFeature: Board/GitHub MaintenanceProject board maintenance that we have to do repeatedlyProject board maintenance that we have to do repeatedlyFeature: Refactor GHARefactoring GitHub actions to fit latest architectural normsRefactoring GitHub actions to fit latest architectural normsLang: GHAGitHub ActionsGitHub Actionsrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: 1ptCan be done in 4-6 hoursCan be done in 4-6 hours
Type
Projects
Status
Done