From bd3ea0c1e8bc6e20c9f554948d5eedf731144ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:43:17 +0000 Subject: [PATCH] chore(deps): update githubactions | datasource | package | from | to | | ----------- | ------------------------------------------- | ------ | ------ | | github-tags | actions/setup-node | v4.0.0 | v4.0.1 | | github-tags | actions/upload-artifact | v3.1.3 | v4.2.0 | | github-tags | google-github-actions/release-please-action | v3 | v4 | --- .github/actions/save-logs/action.yaml | 2 +- .github/actions/setup/action.yaml | 2 +- .github/workflows/commitlint.yaml | 2 +- .github/workflows/tag-and-release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/save-logs/action.yaml b/.github/actions/save-logs/action.yaml index fbb3bfce9..fe53cbcfa 100644 --- a/.github/actions/save-logs/action.yaml +++ b/.github/actions/save-logs/action.yaml @@ -10,7 +10,7 @@ runs: sudo chown $USER /tmp/uds-*.log || echo "" shell: bash - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: debug-log path: | diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index ecead8906..49ed1e2b2 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -13,7 +13,7 @@ runs: download-init-package: true - name: Use Node.js latest - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version: 20 diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 244950344..413ab82a5 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 - name: Install commitlint run: npm install --save-dev @commitlint/{config-conventional,cli} diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index f5ab2b93f..0c0480a3a 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Create release tag id: tag - uses: google-github-actions/release-please-action@v3 + uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4 with: command: manifest # use configs in release-please-config.json - id: release-flag @@ -38,7 +38,7 @@ jobs: uses: ./.github/actions/setup - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 with: registry: ghcr.io username: dummy