Which choices represent best practices for publishing actions so that they can be consumed reliably? (Choose two.)

Which choices represent best practices for publishing actions so that they can be consumed reliably? (Choose two.)
A . repo name
B . tag
C . commit SHA
D . organization name
E . default branch

Answer: B, C

Explanation:

Using a tag is a best practice because tags are immutable and represent a fixed version of your action. By referencing tags, consumers of your action can be assured they are using a stable and specific version of the action, which helps in avoiding issues with breaking changes.

The commit SHA is another reliable way to specify a particular version of an action. By referencing a

specific commit SHA, consumers can ensure they are using exactly the code that was written at that moment, avoiding the potential for changes in the future.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments