From e178906ed41251b6aa61476d12046c2e2c9da58e Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:48:11 +0100 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#17877) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- .github/actions/setup-js/action.yml | 3 +++ .github/actions/vault-secrets/action.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/actions/setup-js/action.yml b/.github/actions/setup-js/action.yml index 8ae06cf38..977a52c0c 100644 --- a/.github/actions/setup-js/action.yml +++ b/.github/actions/setup-js/action.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + name: setup-js description: install node and yarn, and run yarn install inputs: diff --git a/.github/actions/vault-secrets/action.yml b/.github/actions/vault-secrets/action.yml index 23f8ca583..a9e035c29 100644 --- a/.github/actions/vault-secrets/action.yml +++ b/.github/actions/vault-secrets/action.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + name: vault-secrets description: 'pull secrets from CI Vault into environment vars' inputs: