govuk-one-login / devplatform-upload-action

Digital identity dev platform GitHub action to upload artifacts to deploy
MIT License
0 stars 0 forks source link

Bau xargs bugfix #16

Closed TobySaundersGDS closed 1 month ago

TobySaundersGDS commented 1 month ago

Description

This adds a check for the Property.CodeUri on the serverlessresource before trying to use it to write provenance tags - without that check a Serverless Function resource with inline code will not be able to use the action.

Ticket number

PSREDEV-992-centralise-function-logging-and-alarm-config

GitHub Action Releases

We follow recommended best practices for releasing new versions of the action.

Non-breaking Chanages:

Release a new minor or patch version as appropriate. Then, update the base major version release (and any minor versions) to point to this latest commit. For example, if the latest major release is v2 and you have added a non-breaking feature, release v2.1.0 and point v2 to the same commit as v2.1.0.

NOTE: Dependabot does not pick up and raise PRs for PATCH versions (i.e v3.8.1), please nofity teams in the relevant slack channels.

Breaking Changes:

Release a new major version as normal following semantic versioning.

Checklist

Co-authored by