286.diff (3793B)
1 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml 2 index 5dd1fab..af769da 100644 3 --- a/.github/workflows/codeql.yml 4 +++ b/.github/workflows/codeql.yml 5 @@ -30,7 +30,7 @@ jobs: 6 7 # Initializes the CodeQL tools for scanning. 8 - name: Initialize CodeQL 9 - uses: github/codeql-action/init@v2 10 + uses: github/codeql-action/init@v3 11 with: 12 languages: ${{ matrix.language }} 13 # If you wish to specify custom queries, you can do so here or in a config file. 14 @@ -44,9 +44,9 @@ jobs: 15 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). 16 # If this step fails, then you should remove it and run the build manually (see below) 17 - name: Autobuild 18 - uses: github/codeql-action/autobuild@v2 19 + uses: github/codeql-action/autobuild@v3 20 21 - name: Perform CodeQL Analysis 22 - uses: github/codeql-action/analyze@v2 23 + uses: github/codeql-action/analyze@v3 24 with: 25 category: "/language:${{matrix.language}}" 26 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml 27 index ad630be..34b75cf 100644 28 --- a/.github/workflows/deploy.yaml 29 +++ b/.github/workflows/deploy.yaml 30 @@ -16,7 +16,7 @@ jobs: 31 uses: actions/checkout@v4 32 with: 33 persist-credentials: false 34 - - uses: actions/setup-node@v3 35 + - uses: actions/setup-node@v4 36 with: 37 node-version: '18' 38 registry-url: https://npm.pkg.github.com/ 39 @@ -33,7 +33,7 @@ jobs: 40 # also other environment variable 41 NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 42 - name: Deploy 🚀 43 - uses: JamesIves/github-pages-deploy-action@v4.4.3 44 + uses: JamesIves/github-pages-deploy-action@v4.6.1 45 with: 46 folder: dist # The folder that the build-storybook script generates files. 47 clean: true # Automatically remove deleted files from the deploy branch 48 \ No newline at end of file 49 diff --git a/.github/workflows/newsfile.yml b/.github/workflows/newsfile.yml 50 index c56e897..e5827c3 100644 51 --- a/.github/workflows/newsfile.yml 52 +++ b/.github/workflows/newsfile.yml 53 @@ -11,7 +11,7 @@ jobs: 54 - uses: actions/checkout@v4 55 with: # Needed for comparison 56 fetch-depth: 0 57 - - uses: actions/setup-python@v4 58 + - uses: actions/setup-python@v5 59 with: 60 python-version: '3.9' 61 - run: pip install towncrier==21.9.0 62 diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml 63 index e6f1029..d94f4ad 100644 64 --- a/.github/workflows/percy.yaml 65 +++ b/.github/workflows/percy.yaml 66 @@ -15,7 +15,7 @@ jobs: 67 - uses: actions/checkout@v4 68 with: 69 persist-credentials: false 70 - - uses: actions/setup-node@v3 71 + - uses: actions/setup-node@v4 72 with: 73 node-version: "18" 74 registry-url: https://npm.pkg.github.com/ 75 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml 76 index fc12841..85efadf 100644 77 --- a/.github/workflows/storybook-tests.yml 78 +++ b/.github/workflows/storybook-tests.yml 79 @@ -11,7 +11,7 @@ jobs: 80 runs-on: ubuntu-latest 81 steps: 82 - uses: actions/checkout@v4 83 - - uses: actions/setup-node@v3 84 + - uses: actions/setup-node@v4 85 with: 86 node-version: "18.x" 87 registry-url: https://npm.pkg.github.com/ 88 @@ -39,7 +39,7 @@ jobs: 89 - name: Setup LCOV 90 uses: hrishikesh-kadam/setup-lcov@v1 91 - name: Report code coverage 92 - uses: zgosalvez/github-actions-report-lcov@v3 93 + uses: zgosalvez/github-actions-report-lcov@v4 94 with: 95 coverage-files: coverage/storybook/lcov.info 96 # TODO: We want to later on reach 80-90% coverage but for now we allow any coverage