Skip to content

Commit

Permalink
Merge pull request #74 from advanced-security/cli-fixes
Browse files Browse the repository at this point in the history
Cli fixes
  • Loading branch information
peter-murray authored Apr 29, 2024
2 parents bfd2106 + 720e325 commit fbe856a
Show file tree
Hide file tree
Showing 10 changed files with 1,774 additions and 1,271 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230923",
"image": "ghcr.io/octodemo/development-containers/javascript:base-202401-r1",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build executables
run: |
npm run build
npm run build-exe
- name: Attach artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: executables
path: cli/*
2 changes: 1 addition & 1 deletion .github/workflows/test_lack_of_permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run local Action
uses: ./
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_local_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run local Action
uses: ./
with:
directory: ${{ inputs.directory }}

test_with_arguments:
name: Test
name: Test with Arguments

runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run local Action
uses: ./
Expand Down
Loading

0 comments on commit fbe856a

Please sign in to comment.