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/ADD_TO_PROJECT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/BUILD_ON_DEMAND.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: 'npm'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: npm run build -- --win

- name: Upload build artifacts ${{ matrix.os }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: fluxnova-modeler-${{ steps.get-version.outputs.APP_VERSION }}-${{ matrix.os }}
path: dist
6 changes: 3 additions & 3 deletions .github/workflows/BUILD_ON_MERGE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: 'npm'
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: npm run build -- --win

- name: Upload build artifacts ${{ matrix.os }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: fluxnova-modeler-${{ steps.get-version.outputs.APP_VERSION }}-${{ matrix.os }}
path: dist
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: 'npm'
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Import Secrets
if: ${{ runner.OS == 'Linux' }}
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand All @@ -43,7 +43,7 @@ jobs:
secret/data/products/desktop-modeler/ci/CODECOV_TOKEN CODECOV_TOKEN;
- name: Upload coverage
if: ${{ runner.OS == 'Linux' }}
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
with:
fail_ci_if_error: true
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CODE_SCANNING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
with:
languages: javascript
config: |
Expand All @@ -35,5 +35,5 @@ jobs:
- '**/test'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@820e3160e279568db735cee8ed8f8e77a6da7818 # v3

6 changes: 3 additions & 3 deletions .github/workflows/MERGE_MAIN_TO_DEVELOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout develop
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
ref: develop
fetch-depth: 0
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand All @@ -43,7 +43,7 @@ jobs:
secret/data/products/desktop-modeler/ci/slack_integration SLACK_CHANNEL_ID;
secret/data/products/desktop-modeler/ci/slack_integration SLACK_BOT_TOKEN;
- name: Notify on Slack if merge fails
uses: slackapi/slack-github-action@v2
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2
with:
method: chat.postMessage
token: ${{ steps.secrets.outputs.SLACK_BOT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
tag: ${{ steps.tag.outputs.TAG }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -43,9 +43,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand All @@ -101,7 +101,7 @@ jobs:
secret/data/products/desktop-modeler/ci/slack_integration SLACK_CHANNEL_ID;
secret/data/products/desktop-modeler/ci/slack_integration SLACK_BOT_TOKEN;
- name: Post to a Slack channel
uses: slackapi/slack-github-action@v2
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2
with:
method: chat.postMessage
token: ${{ steps.secrets.outputs.SLACK_BOT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
BUILD_NUMBER: ${{ github.run_number }}-${{ github.run_id }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: 'npm'
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm run build -- --win

- name: Upload build artifacts ${{ matrix.os }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: fluxnova-modeler-${{ steps.get-version.outputs.APP_VERSION }}-${{ matrix.os }}
path: dist
70 changes: 35 additions & 35 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,43 +77,43 @@
},
"homepage": ".",
"devDependencies": {
"@axe-core/react": "^4.10.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@sentry/webpack-plugin": "^3.0.0",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"bpmnlint-loader": "^0.1.6",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chai": "^4.5.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.0",
"css-loader": "^7.1.2",
"del-cli": "^6.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.1",
"less": "^4.0.0",
"less-loader": "^12.2.0",
"license-webpack-plugin": "^2.1.1",
"mocha": "^10.7.3",
"@axe-core/react": "4.11.1",
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"@babel/preset-react": "7.28.5",
"@sentry/webpack-plugin": "3.6.1",
"babel-loader": "9.2.1",
"babel-plugin-istanbul": "7.0.1",
"bpmnlint-loader": "0.1.6",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chai": "4.5.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"css-loader": "7.1.4",
"del-cli": "6.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.8",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-env-preprocessor": "0.1.1",
"karma-mocha": "2.0.1",
"karma-sinon-chai": "2.0.2",
"karma-webpack": "5.0.1",
"less": "4.6.3",
"less-loader": "12.3.2",
"license-webpack-plugin": "2.3.21",
"mocha": "10.8.2",
"mocha-test-container-support": "0.2.0",
"npm-run-all2": "^7.0.0",
"npm-run-all2": "7.0.2",
"puppeteer": "^24.28.0",
"react-svg-loader": "^3.0.3",
"react-test-renderer": "^16.14.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^6.0.0"
"react-svg-loader": "3.0.3",
"react-test-renderer": "16.14.0",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"style-loader": "4.0.0",
"webpack": "5.105.4",
"webpack-cli": "6.0.1"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack --watch --config ./webpack.config.js",
Expand Down
Loading
Loading