From 8e4c1b8f45d2b49e853b6676b3bec297c55fd1f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:48:43 +0000 Subject: [PATCH] Update GitHub actions --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/lib-check.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/sync_issue_to_jira.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89f608b273..cafb32bbb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install tox # TODO: Consider replacing with custom image on self-hosted runner OR pinning version run: python3 -m pip install tox @@ -44,7 +44,7 @@ jobs: - "juju3" steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install tox # TODO: Consider replacing with custom image on self-hosted runner OR pinning version run: python3 -m pip install tox @@ -85,7 +85,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set channel run: | juju_channel=$(echo "${{ matrix.agent-versions }}" | cut -c 1-3) diff --git a/.github/workflows/lib-check.yaml b/.github/workflows/lib-check.yaml index 860f976e94..86a6335d84 100644 --- a/.github/workflows/lib-check.yaml +++ b/.github/workflows/lib-check.yaml @@ -27,7 +27,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name == 'canonical/postgresql-k8s-operator' }} steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Check libs diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4d1865537a..1475000967 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Release charm libraries diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 8eb7eaa097..523a2c6648 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@f398b1deef66493fc2018625bcbfa0078b8627bc # v5 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@3cc668dc10fa7316da9600c296ca7640d7d83222 # v5 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE