From 10ad17fb41da00c820af064bc8109dad83c09447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:10:44 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/cache-clear.yml | 2 +- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/dependency-review.yml | 2 +- .github/workflows/introspect.yml | 2 +- .github/workflows/lint.yml | 12 ++++++------ .github/workflows/scorecards.yml | 6 +++--- .github/workflows/semantic-release.yml | 8 ++++---- .github/workflows/test.yml | 6 +++--- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/cache-clear.yml b/.github/workflows/cache-clear.yml index 9c2d3e276..d4222e133 100644 --- a/.github/workflows/cache-clear.yml +++ b/.github/workflows/cache-clear.yml @@ -15,7 +15,7 @@ jobs: egress-policy: "audit" - name: "Check out code" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 - name: "Cleanup" run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ba7b55de6..2d7b93f47 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,11 +48,11 @@ jobs: egress-policy: "audit" - name: "Checkout repository" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 # Initializes the CodeQL tools for scanning. - name: "Initialize CodeQL" - uses: "github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1" # v2.22.3 + uses: "github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80" # v2.22.4 with: languages: "${{ matrix.language }}" # If you wish to specify custom queries, you can do so here or in a config file. @@ -62,7 +62,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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1" # v2.22.3 + uses: "github/codeql-action/autobuild@49abf0ba24d0b7953cb586944e918a0b92074c80" # v2.22.4 # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -75,6 +75,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: "Perform CodeQL Analysis" - uses: "github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1" # v2.22.3 + uses: "github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80" # v2.22.4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ca96fc024..e8aa1bfe4 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -25,7 +25,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" diff --git a/.github/workflows/introspect.yml b/.github/workflows/introspect.yml index 21d5a8688..1d985307a 100644 --- a/.github/workflows/introspect.yml +++ b/.github/workflows/introspect.yml @@ -26,7 +26,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3c0612ddc..add62687e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: yaml_lintable: "${{ steps.changes.outputs.yaml_lintable }}" steps: - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" @@ -53,7 +53,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 with: fetch-depth: 2 env: @@ -67,7 +67,7 @@ jobs: run_install: false - name: "Use Node.js 18.x" - uses: "actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d" # v3.8.1 + uses: "actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7" # v3.8.2 with: node-version: "18.x" cache: "pnpm" @@ -98,7 +98,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 with: fetch-depth: 2 env: @@ -125,7 +125,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 with: fetch-depth: 2 env: @@ -139,7 +139,7 @@ jobs: run_install: false - name: "Use Node.js 18.x" - uses: "actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d" # v3.8.1 + uses: "actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7" # v3.8.2 with: node-version: "18.x" cache: "pnpm" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1a9831d9c..41e5264a2 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -38,12 +38,12 @@ jobs: egress-policy: "audit" - name: "Checkout code" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 with: persist-credentials: false - name: "Run analysis" - uses: "ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398" # v2.3.0 + uses: "ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736" # v2.3.1 with: results_file: "results.sarif" results_format: "sarif" @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: "github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1" # v2.22.3 + uses: "github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80" # v2.22.4 with: sarif_file: "results.sarif" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index afa12abe1..d409b2e7c 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -42,7 +42,7 @@ jobs: allowed-conclusions: "success,skipped" # all other checks must pass, being skipped or cancelled is not sufficient - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 with: fetch-depth: 0 persist-credentials: false @@ -57,7 +57,7 @@ jobs: run_install: false - name: "Use Node.js 20.x" - uses: "actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d" # v3.8.1 + uses: "actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7" # v3.8.2 with: node-version: "20.6.1" cache: "pnpm" @@ -111,7 +111,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 with: fetch-depth: 2 env: @@ -124,7 +124,7 @@ jobs: version: 8 - name: "Use Node.js 20.x" - uses: "actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d" # v3.8.1 + uses: "actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7" # v3.8.2 with: node-version: "20.6.1" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35b8f4cb9..5ac3c8fb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: packages: "${{ steps.changes.outputs.packages }}" steps: - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" @@ -65,7 +65,7 @@ jobs: egress-policy: "audit" - name: "Git checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4.1.0 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 env: GIT_COMMITTER_NAME: "GitHub Actions Shell" GIT_AUTHOR_NAME: "GitHub Actions Shell" @@ -77,7 +77,7 @@ jobs: run_install: false - name: "Set node version to ${{ matrix.node_version }}" - uses: "actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d" # v3.8.1 + uses: "actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7" # v3.8.2 with: node-version: "${{ matrix.node_version }}" cache: "pnpm"