From ad2e9d8048fe704e9238323a0642723e14238290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:27:41 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/documentation.yml | 4 ++-- .github/workflows/it-tests.yml | 6 +++--- .github/workflows/publish.yml | 2 +- .github/workflows/scorecards.yml | 2 +- tools/github-actions/download-build-output/action.yml | 2 +- tools/github-actions/setup/action.yml | 2 +- tools/github-actions/upload-build-output/action.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a2fe1239aa..a9bb99fe80 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -46,7 +46,7 @@ jobs: run: yarn update-package ${{ inputs.docFolder }}/package.json --name ${{ inputs.packageName }} --version ${{ inputs.version }} - run: zip -q -r ${{ inputs.artifactName }}.zip "${{ inputs.docFolder }}" -x "*/node_modules/*" ".cache/*" shell: bash - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: ${{ inputs.artifactName }} path: ${{ inputs.artifactName }}.zip @@ -61,7 +61,7 @@ jobs: url: ${{ steps.deploy.outputs.static_web_app_url }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ inputs.artifactName }} path: '.' diff --git a/.github/workflows/it-tests.yml b/.github/workflows/it-tests.yml index 959daf2d5a..e2315d93a0 100644 --- a/.github/workflows/it-tests.yml +++ b/.github/workflows/it-tests.yml @@ -40,7 +40,7 @@ jobs: run: zip -r verdaccio.zip ./.verdaccio shell: bash - name: Publish verdaccio storage - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: verdaccio path: verdaccio.zip @@ -85,7 +85,7 @@ jobs: !.cache/test-app/cache/@o3r* !.cache/test-app/npm-cache/_npx/** key: ${{ runner.os }}-test-app-${{ matrix.packageManager }}-${{ env.currentMonth }} - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 name: Download verdaccio storage prepared in the previous job with: name: verdaccio @@ -118,7 +118,7 @@ jobs: shell: bash - name: Publish generated tests environment on failure if: failure() && steps.it-tests.conclusion == 'failure' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: it-tests-${{ matrix.os }}-${{ matrix.packageManager }} path: it-tests.zip diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9c0e158cb..5fb51fd601 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,7 +141,7 @@ jobs: CHROME_REFRESH_TOKEN: ${{ secrets.CHROME_REFRESH_TOKEN }} - name: Expose Chrome extension artifact if: (success() || failure()) && !inputs.prerelease - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: chrome-extension path: apps/chrome-devtools/chrome-extension.zip diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c3e718383d..772f8bf700 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -58,7 +58,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: SARIF file path: results.sarif diff --git a/tools/github-actions/download-build-output/action.yml b/tools/github-actions/download-build-output/action.yml index 97ee0da4c2..0e6439bf11 100644 --- a/tools/github-actions/download-build-output/action.yml +++ b/tools/github-actions/download-build-output/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: 'composite' steps: - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 if: github.event_name != 'workflow_run' with: name: ${{ inputs.artifactName }} diff --git a/tools/github-actions/setup/action.yml b/tools/github-actions/setup/action.yml index 0b09429775..021efd8e33 100644 --- a/tools/github-actions/setup/action.yml +++ b/tools/github-actions/setup/action.yml @@ -4,7 +4,7 @@ description: 'Setup for Otter Library' runs: using: "composite" steps: - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 - name: Enable Corepack diff --git a/tools/github-actions/upload-build-output/action.yml b/tools/github-actions/upload-build-output/action.yml index ab14fee3eb..3b1f37c999 100644 --- a/tools/github-actions/upload-build-output/action.yml +++ b/tools/github-actions/upload-build-output/action.yml @@ -11,7 +11,7 @@ runs: steps: - run: zip -q -r ${{ inputs.artifactName }}.zip . -i "apps/*/dist/*" "packages/*/dist/*" -x "*/node_modules/*" ".cache/*" shell: bash - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: ${{ inputs.artifactName }} path: ${{ inputs.artifactName }}.zip