Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
93042a8
chore: Update Solutions Analyzer CSV files and documentation (#3)
github-actions[bot] Dec 22, 2025
5c1cc35
chore: Update Solutions Analyzer CSV files and documentation (#4)
github-actions[bot] Dec 29, 2025
6bae765
chore: Update Solutions Analyzer CSV files and documentation (#5)
github-actions[bot] Jan 5, 2026
4f9accc
chore: Update Solutions Analyzer CSV files and documentation (#6)
github-actions[bot] Jan 12, 2026
7bec4f1
chore: Update Solutions Analyzer CSV files and documentation (#7)
github-actions[bot] Jan 19, 2026
f3af0eb
[StepSecurity] Apply security best practices
stepsecurity-app[bot] Jan 27, 2026
17d84fa
Merge pull request #9 from miroapp-dev/chore/GHA-271443-stepsecurity-…
JubbaSmail Jan 27, 2026
8e00943
chore: Update Solutions Analyzer CSV files and documentation (#10)
github-actions[bot] Feb 2, 2026
071b6d9
chore: Update Solutions Analyzer CSV files and documentation (#11)
github-actions[bot] Feb 16, 2026
fd6ffe1
chore: Update Solutions Analyzer CSV files and documentation (#12)
github-actions[bot] Feb 23, 2026
f19f8c0
revert: restore original BSFishy/pip-action before StepSecurity subsc…
JubbaSmail Feb 25, 2026
22eece3
Merge pull request #13 from miroapp-dev/revert/remove-stepsecurity-ac…
JubbaSmail Feb 26, 2026
540cb37
[StepSecurity] Apply security best practices
stepsecurity-app[bot] Feb 27, 2026
35a3789
chore: Update Solutions Analyzer CSV files and documentation (#15)
github-actions[bot] Mar 2, 2026
c79c217
chore: Update Solutions Analyzer CSV files and documentation (#16)
github-actions[bot] Mar 9, 2026
183eced
Merge pull request #14 from miroapp-dev/chore/GHA-271143-stepsecurity…
JubbaSmail Apr 7, 2026
1481b13
chore: Update Solutions Analyzer CSV files and documentation (#19)
github-actions[bot] Apr 13, 2026
db11bbe
chore(CLS-493): migrate to StepSecurity maintained action forks (#18)
stepsecurity-app[bot] Apr 15, 2026
9132a92
chore: Update Solutions Analyzer CSV files and documentation (#20)
github-actions[bot] Apr 20, 2026
28bc8a3
chore: Update Solutions Analyzer CSV files and documentation (#21)
github-actions[bot] May 4, 2026
c34540a
chore(CLS-493): pin GitHub Actions to SHA and migrate community forks…
stepsecurity-app[bot] May 8, 2026
0bf5985
chore: Update Solutions Analyzer CSV files and documentation (#24)
github-actions[bot] May 11, 2026
d98404a
chore(CLS-493): migrate to StepSecurity maintained action forks (#23)
stepsecurity-app[bot] May 13, 2026
c84de8b
chore: Update Solutions Analyzer CSV files and documentation (#25)
github-actions[bot] May 18, 2026
708738e
chore: Update Solutions Analyzer CSV files and documentation (#26)
github-actions[bot] Jun 8, 2026
802e53d
chore: Update Solutions Analyzer CSV files and documentation (#27)
github-actions[bot] Jun 15, 2026
e9021e3
chore: Update Solutions Analyzer CSV files and documentation (#28)
github-actions[bot] Jul 6, 2026
9633b3e
chore: Update Solutions Analyzer CSV files and documentation (#29)
github-actions[bot] Jul 20, 2026
e8ce2d8
chore: Update Solutions Analyzer CSV files and documentation (#30)
github-actions[bot] Aug 3, 2026
43bcc90
chore: Update Solutions Analyzer CSV files and documentation (#31)
github-actions[bot] Aug 10, 2026
e5d32c1
chore: Update Solutions Analyzer CSV files and documentation (#32)
github-actions[bot] Aug 17, 2026
fae5c2c
Bump urllib3
dependabot[bot] Aug 27, 2026
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: 2 additions & 2 deletions .github/workflows/ScanSecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 10
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
uses: trufflesecurity/trufflehog@ba0a524d6e51744d9d4e306bc57ac5d6ca5173ea # main
with:
extra_args: --exclude-paths=.script/SecretScanning/Excludepathlist --only-verified
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
hasAutoDetectionComment: ${{ steps.job1.outputs.hasAutoDetectionComment }}
steps:
- name: Find Comment
uses: peter-evans/find-comment@v3
uses: step-security/find-comment@1d7bf2a0c1b6802305aa3cf2e7c0e47568915caf # v4.0.0
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.6.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:

# ℹ️ Setup DotNet Versions to building C# projects
- name: Setup DotNet Versions
uses: actions/setup-dotnet@v5
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: |
6.0.x
Expand All @@ -64,7 +64,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.6.0

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -78,4 +78,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3.6.0
2 changes: 1 addition & 1 deletion .github/workflows/content-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/convertKqlFunctionYamlToArmTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Install python
uses: actions/setup-python@v3
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4
with:
python-version: '3.x'
architecture: 'x64'
- name: Install yamale package
uses: BSFishy/pip-action@v1
uses: step-security/pip-action@4eec757caa412aae0b24a95bd26e1a2f20805087 # v1.0.0
with:
packages: |
yamale
Expand Down Expand Up @@ -84,14 +84,14 @@ jobs:
echo "Arm templates were changed. Changes were committed"
fi
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@d30dc2d070765d7e509df00c34c5fa2dd636ff74 # master
if: ${{ env.armTemplatesChanged == 'true' }}
with:
github_token: ${{ steps.generate_token.outputs.token }}
repository: ${{github.event.pull_request.head.repo.full_name}}
branch: ${{ github.head_ref }}
- name: Add comment
uses: mshick/add-pr-comment@v1
uses: step-security/add-pr-comment@7e5d2dd3955e34b109b939fa0b654ea502caf590 # v2.8.4
if: ${{ env.armTemplatesChanged == 'true' }}
with:
message: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-connector-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/detection-template-schema-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
dotnetSdkVersion: 3.1.401
PRNUM: ${{ github.event.pull_request.number }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: ${{ env.dotnetSdkVersion }}
- name: Run Detection template structure validation tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detection-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents-link-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-syntax-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kql-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
dotnetSdkVersion: 6.0.x
PRNUM: ${{ github.event.pull_request.number }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: ${{ env.dotnetSdkVersion }}
- name: Run KQL Validation tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logo-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/non-ascii-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
buildConfiguration: Release
dotnetSdkVersion: 3.1.401
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: ${{ env.dotnetSdkVersion }}
- name: Run Non-Ascii validation tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playbook-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/runAsimSchemaAndDataTesters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pull request branch
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{github.event.pull_request.head.sha}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand All @@ -216,7 +216,7 @@ jobs:
exit 1
fi
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.0
with:
python-version: '3.x'
- name: Install dependencies
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
contents: read
steps:
- name: Checkout pull request branch
uses: actions/checkout@v4
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{github.event.pull_request.head.sha}}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand All @@ -267,7 +267,7 @@ jobs:
exit 1
fi
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.0
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -279,7 +279,7 @@ jobs:
pip install azure-monitor-ingestion
pip install azure-core
- name: Login to Azure Public Cloud
uses: azure/login@v2
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
with:
client-id: ${{ secrets.AZURE_ASIM_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -308,15 +308,15 @@ jobs:
contents: read
steps:
- name: Checkout pull request branch
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
persist-credentials: false
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

- name: Login to Azure Public Cloud with AzPowershell
uses: azure/login@v2
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
with:
client-id: ${{ secrets.AZURE_ASIM_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -338,7 +338,7 @@ jobs:
exit 1
fi
- name: Run ASIM Schema and Data tests PowerShell script
uses: azure/powershell@v2
uses: azure/powershell@53dd145408794f7e80f97cfcca04155c85234709 # v2.3.0
with:
inlineScript: |
$filePath = ".script/tests/asimParsersTest/runAsimTesters.ps1"
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
contents: read
steps:
- name: Checkout pull request branch
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand All @@ -392,7 +392,7 @@ jobs:
exit 1
fi
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.0
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -402,7 +402,7 @@ jobs:
pip install azure-identity
pip install azure-monitor-query
- name: Login to Azure Public Cloud
uses: azure/login@v2
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
with:
client-id: ${{ secrets.AZURE_ASIM_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-data-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-armttk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Get PR details and validate
id: get-pr
uses: actions/github-script@v7
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with:
script: |
const { data: pr } = await github.rest.pulls.get({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solution-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solutionIntegration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pull request branch
uses: actions/checkout@v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
"https://dev.azure.com/msazure/One/_apis/git/repositories/Sentinel-CATUtilities/items?path=/SolutionIntegrationTesting/config.json&api-version=6.0"

- name: Setup Python Environment
uses: actions/setup-python@v2
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
with:
python-version: '3.x'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-solutions-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create Pull Request
if: steps.check_changes.outputs.changed == 'true'
id: create_pr
uses: peter-evans/create-pull-request@v6
uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: Update Solutions Analyzer CSV files and documentation'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validateVersionChangedInDetections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# check out and run the script
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v1
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1

- name: Check that template version was updated
run: bash .script/checkThatTemplatesVersionWasChanged.sh
2 changes: 1 addition & 1 deletion .github/workflows/workbook-metadata-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workbook-template-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-syntax-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUBAPPPRIVATEKEY: ${{ secrets.APPLICATION_PRIVATE_KEY }}
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm install -g npm@6.14.18;which npm;npm -v
- name: npm install
run: npm install
Expand Down
Loading
Loading