Skip to content

Commit 724d78d

Browse files
authored
Merge pull request #3 from canonical/renovate/auto-github-actions
chore(deps): pin dependencies
2 parents 41c8e2f + 5994368 commit 724d78d

20 files changed

Lines changed: 28 additions & 28 deletions

.github/workflows/_charm-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Setup lxd
43-
uses: canonical/setup-lxd@v0.1.2
43+
uses: canonical/setup-lxd@54a5806e490d92e207b57183cf111ed54bbdeff4 # v0.1.2
4444
with:
4545
channel: latest/stable
4646
- name: Install charmcraft
@@ -67,7 +67,7 @@ jobs:
6767
echo charm-paths=$(echo '${{ steps.get-charm-info.outputs.charm-platforms }}' | jq -r --arg charm ${{ steps.get-charm-info.outputs.charm-name }} '.[] |= split(":") | .[] |= join("-", .) | map($charm + "_" + . + ".charm") | join(",")') >> $GITHUB_OUTPUT
6868
- id: artifact-name
6969
run: echo artifact='${{ github.sha }}-${{ github.job }}' >> $GITHUB_OUTPUT
70-
- uses: actions/upload-artifact@v4
70+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7171
with:
7272
name: ${{ steps.artifact-name.outputs.artifact }}
7373
path: ${{ github.workspace }}/*.charm

.github/workflows/_charm-linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
with:
1414
fetch-depth: 1
1515

.github/workflows/_charm-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Select CharmHub channel
20-
uses: canonical/charming-actions/channel@2.4.0
20+
uses: canonical/charming-actions/channel@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
2121
id: channel
2222

2323
- name: Release charm to CharmHub
24-
uses: canonical/charming-actions/upload-charm@2.4.0
24+
uses: canonical/charming-actions/upload-charm@1753e0803f70445132e92acd45c905aba6473225 # 2.7.0
2525
env:
2626
CHANNEL: ${{ steps.channel.outputs.name }}
2727
with:

.github/workflows/_charm-tests-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- node-size-validation
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454

5555
- name: Setup operator environment (microk8s)
5656
uses: charmed-kubernetes/actions-operator@main
@@ -69,7 +69,7 @@ jobs:
6969
run: echo "CHARM_PATH=${{ github.workspace }}/${{ needs.build.outputs.charm-paths }}" >> $GITHUB_ENV
7070

7171
- name: Download charm artifact
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
7373
with:
7474
name: ${{ github.sha }}-build
7575

.github/workflows/_charm-tests-unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Install dependencies
2121
run: python -m pip install tox

.github/workflows/_rock-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
rock: ${{ steps.rockcraft.outputs.rock }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2626

2727
- uses: canonical/craft-actions/rockcraft-pack@main
2828
id: rockcraft
@@ -54,13 +54,13 @@ jobs:
5454
syft ${{ steps.rockcraft.outputs.rock }} -o spdx-json=${{ steps.rockcraft.outputs.rock }}.sbom.json
5555
5656
- name: Upload SBOMs
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5858
with:
5959
name: ${{ steps.rockcraft.outputs.rock }}-sbom
6060
path: "${{ steps.rockcraft.outputs.rock }}.sbom.json"
6161

6262
- name: Upload rock
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
6464
with:
6565
name: ${{ steps.rockcraft.outputs.rock }}
6666
path: ${{ steps.rockcraft.outputs.rock }}

.github/workflows/_rock-gh-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929

3030
- name: Download Artifact
31-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
31+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
3232
with:
3333
name: ${{ inputs.rock }}
3434

.github/workflows/_rock-linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313

1414
- name: Install yamllint
1515
run: |

.github/workflows/_rock-oci-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout repository
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4141
- name: Golang setup
42-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
42+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
4343
with:
4444
go-version: ">=1.22.0"
4545
# install oci-factory via golang and set path in environment

.github/workflows/_rock-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
output: 'trivy-results.sarif'
2121

2222
- name: Upload scan results to GitHub
23-
uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
23+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
2424
with:
2525
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)