From 57cc84cf68b63349c60906fa8268f480f7fa2b03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:04:51 +0000 Subject: [PATCH] fix(renovate): pin Update github-actions --- .github/workflows/integrate.yaml | 12 ++++++------ dump-logs/action.yml | 2 +- get-charm-paths/action.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f5106f37..260545fe 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-latest name: Testing steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 20 - name: Install dependencies @@ -29,8 +29,8 @@ jobs: runs-on: ubuntu-latest name: Linting steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 20 - name: Install dependencies @@ -44,8 +44,8 @@ jobs: runs-on: ubuntu-latest name: Build steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 20 - name: Install dependencies diff --git a/dump-logs/action.yml b/dump-logs/action.yml index 13c36a5b..3286f3c8 100644 --- a/dump-logs/action.yml +++ b/dump-logs/action.yml @@ -40,7 +40,7 @@ runs: exit 0 shell: bash - name: Dump charmcraft logs - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 with: name: charmcraft-logs path: ~/.local/state/charmcraft/log/*.log diff --git a/get-charm-paths/action.yml b/get-charm-paths/action.yml index 523e730a..e7467220 100644 --- a/get-charm-paths/action.yml +++ b/get-charm-paths/action.yml @@ -7,7 +7,7 @@ outputs: runs: using: 'composite' steps: - - uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # v4 + - uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # v4 - name: 'Get paths for all charms in repo' id: get-charm-paths shell: bash