diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index caa4bbdf..250abc76 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -21,7 +21,7 @@ jobs: project: ${{ secrets.JIRA_PROJECT }} issuetype: ${{ secrets.JIRA_ISSUE_TYPE }} summary: | - ${{ github.event.pull_request.title }} + Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }} description: | PR: ${{ github.event.pull_request.html_url }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 252669ef..20d81783 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,19 +9,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "22.x" - name: Installing dependencies run: npm install - name: Build run: npm run prepack - name: Upload dist - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: lib path: lib @@ -32,13 +32,13 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "22.x" - name: Installing dependencies run: npm install - name: Download dist @@ -50,7 +50,7 @@ jobs: run: ls -R - name: Release id: release-plugin - uses: JS-DevTools/npm-publish@v2.2.0 + uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} access: public diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index 22e72293..f09161f5 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -12,4 +12,4 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --all-projects --fail-on=all --strict-out-of-sync=false + args: --all-projects --fail-on=all