Skip to content
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

ID-562 fixing deprecated command in github action #1057

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gpolumbo-broad
Copy link
Contributor

Ticket: https://broadworkbench.atlassian.net/browse/ID-562

What:

Addresses Github Action Command deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Why:

<For your reviewers' sake, please describe in ~1 paragraph what the value of this PR is to our users or to ourselves.>

How:

<For your reviewers' sake, please describe in ~1 paragraph how this PR accomplishes its goal.>

<If the PR is big, please indicate where a reviewer should start reading it (i.e. which file or function).>


PR checklist

  • I've followed the instructions if I've made any changes to the API, especially if they're breaking changes
  • I've filled out the Security Risk Assessment (requires Broad Internal network access) and attached the result to the JIRA ticket

@gpolumbo-broad
Copy link
Contributor Author

jenkins retest

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@gpolumbo-broad gpolumbo-broad requested a review from tlangs April 21, 2023 17:48
@gpolumbo-broad
Copy link
Contributor Author

jenkins retest why not

@@ -84,11 +86,6 @@ jobs:
- name: coursier-cache-action
uses: coursier/cache-action@v5

- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC you were wondering about this, I didn't really find an explanation but I did see this exact code here FWIW https://github.com/orgs/community/discussions/35994#discussioncomment-3896937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants