Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Only use known feeds on CI#1692

Merged
mattleibow merged 1 commit intomainfrom
dev/fix-ci
Feb 17, 2021
Merged

Only use known feeds on CI#1692
mattleibow merged 1 commit intomainfrom
dev/fix-ci

Conversation

@mattleibow
Copy link
Copy Markdown
Member

Description of Change

For security reasons, only use feeds that can be controlled.

Bugs Fixed

  • Related to issue #

Provide links to issues here. Ensure that a GitHub issue was created for your feature or bug fix before sending PR.

API Changes

List all API changes here (or just put None), example:

Added:

  • string Class.Property { get; set; }
  • void Class.Method();

Changed:

  • object Cell.OldPropertyName => object Cell.NewPropertyName

If there is an entirely new API, then you can use a more verbose style:

public static class NewClass {
    public static int SomeProperty { get; set; }
    public static void SomeMethod(string value);
}

Behavioral Changes

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

@mattleibow mattleibow merged commit fb37758 into main Feb 17, 2021
@mattleibow mattleibow deleted the dev/fix-ci branch February 17, 2021 14:13
dimonovdd added a commit to dimonovdd/Essentials that referenced this pull request Feb 19, 2021
* main:
  Update to 1.6.2
  Only use known feeds (xamarin#1692)
  Make sure to clean the list
CartBlanche pushed a commit to CartBlanche/Essentials that referenced this pull request Sep 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant