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

Bump @babel/traverse from 7.22.10 to 7.23.2 in /actions/aws-params-env-action #15

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/aws-params-env-action-check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
name: Check dist/ for aws-params-env-action

on:
push:
paths:
- 'actions/aws-params-env-action/**'
- '!actions/aws-params-env-action/**.md'
pull_request:
paths:
- 'actions/aws-params-env-action/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/aws-params-env-action-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test aws-params-env-action

on:
push:
paths:
- 'actions/aws-params-env-action/**'
- '!actions/aws-params-env-action/**.md'
pull_request:
paths:
- 'actions/aws-params-env-action/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
name: CodeQL analysis for aws-params-env-action

on:
push:
paths:
- 'actions/aws-params-env-action/**'
- '!actions/aws-params-env-action/**.md'
pull_request:
paths:
- 'actions/aws-params-env-action/**'
Expand Down
94 changes: 47 additions & 47 deletions actions/aws-params-env-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions actions/aws-params-env-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-params-env-action",
"version": "1.2.4",
"version": "1.2.5",
"private": false,
"description": "GitHub Action to set workflow environment variables from values in AWS Parameter Store. Parameters of type SecureString are masked.",
"main": "lib/main.js",
Expand All @@ -11,7 +11,7 @@
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run format-check && npm run lint && npm test && npm run build && npm run package"
"all": "npm install & npm run format-check && npm run lint && npm test && npm run build && npm run package"
},
"repository": {
"type": "git",
Expand Down
Loading