Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Set up NodeJS on the build host
- name: Setup Node.js environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/NPM-Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- name: Clone Repo
uses: actions/checkout@v4
uses: actions/checkout@v5

# Set up NodeJS on the build host with caching support to optimize execution
- name: Set up Node.js
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- name: Clone Repo
uses: actions/checkout@v4
uses: actions/checkout@v5

# Set up NodeJS on the build host with caching support to optimize execution
- name: Set up Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SecretScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- name: Clone Repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Scan for Secrets
uses: trufflesecurity/trufflehog@main
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- name: Clone Repo
uses: actions/checkout@v4
uses: actions/checkout@v5

# Set up NodeJS on the build host
- name: Setup Node.JS Environment
Expand Down