Skip to content

Commit

Permalink
Merge pull request #41 from kenmuse/kenmuse/dependabot
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
kenmuse authored Jul 30, 2024
2 parents ee908b0 + ee0820a commit 602c161
Show file tree
Hide file tree
Showing 9 changed files with 333 additions and 214 deletions.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"version": "17"
}
},
"hostRequirements": {
"memory": "8gb",
"cpus": 4
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down Expand Up @@ -79,7 +84,7 @@
"setup-yarn": "corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack install --global yarn@stable"
},
"updateContentCommand": {
"install-packages": "yarn install && yarn dlx @yarnpkg/sdks base"
"install-packages": "COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn install && yarn dlx @yarnpkg/sdks base"
},
"postAttachCommand": {
"configure-git": "[ \"$(git config --global --get safe.directory)\" = '${containerWorkspaceFolder}' ] || git config --global --add safe.directory '${containerWorkspaceFolder}'"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/basic-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Setup Node.js 20.x
if: ${{ matrix.operating-system == 'windows' }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: 20.x

Expand All @@ -47,7 +47,7 @@ jobs:
COREPACK_ENABLE_DOWNLOAD_PROMPT: 0

- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Set cache (Windows)
if: ${{ matrix.operating-system == 'windows' }}
Expand All @@ -56,7 +56,7 @@ jobs:
yarn config set enableGlobalCache false
- name: Setup Node.js 20.x
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: 20.x
cache: yarn
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Setup Yarn
run: corepack enable && yarn set version berry
env:
COREPACK_ENABLE_DOWNLOAD_PROMPT: 0

- name: Setup Node.js 20.x
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: 20.x
cache: yarn
Expand All @@ -62,7 +62,7 @@ jobs:
# upload the generated code as an artifact for comparison
- name: Upload artifact
if: ${{failure() && steps.diff.conclusion == 'failure'}}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: dist
path: ./dist
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Initialize CodeQL
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
with:
languages: javascript
queries: security-extended

- name: Autobuild
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f
uses: github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
8 changes: 4 additions & 4 deletions .github/workflows/e2e-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: setup-tool
uses: ./
id: setup-tool
Expand All @@ -73,7 +73,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: setup-tool
uses: ./
id: setup-tool
Expand All @@ -97,7 +97,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: setup-java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
Expand All @@ -124,7 +124,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: setup-java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Check licenses
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Setup Yarn
run: corepack enable && yarn set version berry
Expand All @@ -48,4 +48,4 @@ jobs:
- name: Dependabot license Check
if: ${{ github.event_name == 'pull_request' }}

uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c
34 changes: 17 additions & 17 deletions dist/index.mjs

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-flyway",
"version": "0.1.0",
"version": "1.0.1",
"description": "Setup Redgate Flyway for Actions",
"main": "dist/index.mjs",
"type": "module",
Expand All @@ -11,7 +11,7 @@
"lint:check": "yarn eslint",
"lint": "yarn eslint --fix",
"prerelease": "yarn run build",
"release": "git add -f dist/index.js dist/cleanup.js",
"release": "git add -f dist/index.mjs dist/cleanup.mjs",
"test": "yarn jest --config jest.config.ts"
},
"repository": "git+https://github.com/kenmuse/setup-flyway.git",
Expand All @@ -34,36 +34,36 @@
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"fast-xml-parser": "^4.4.0",
"semver": "^7.6.2",
"fast-xml-parser": "^4.4.1",
"semver": "^7.6.3",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.8.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.1",
"@types/node": "^20.14.13",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": ">=8.0.0-alpha",
"@typescript-eslint/parser": "^8.0.0-alpha",
"esbuild": "^0.21.4",
"eslint": "^9.4.0",
"esbuild": "^0.21.5",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"globals": "^15.3.0",
"globals": "^15.8.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-mock": "^29.7.0",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"ts-jest": "^29.1.4",
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": ">=8.0.0-alpha"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit 602c161

Please sign in to comment.