Skip to content

Commit 0c61581

Browse files
chore(deps): update github actions
1 parent 03cd34b commit 0c61581

12 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/_charm-linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
lint:
88
name: Lint
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

.github/workflows/_charm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release-charm:
1111
name: Release Charm to Edge Risk Level
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
integration-test:
88
name: Integration Tests (microk8s)
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
unit-tests:
88
name: Unit Tests
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

.github/workflows/_rock-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
name: Build
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -28,15 +28,15 @@ jobs:
2828
syft ${{ env.ROCK }} -o spdx-json=${{ env.ROCK_NAME }}.sbom.json
2929
3030
- name: Upload SBOMs
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
3232
with:
3333
name: ${{ env.ROCK_NAME }}-sbom
3434
path: "${{ env.ROCK_NAME }}.sbom.json"
3535
env:
3636
ROCK_NAME: ${{ steps.rock_info.outputs.rock_name }}
3737

3838
- name: Upload rock
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
4040
with:
4141
name: rock
4242
path: ${{ env.ROCK }}

.github/workflows/_rock-linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
lint:
88
name: Lint
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

.github/workflows/_rock-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish:
88
name: Publish
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
2424
sudo snap install yq
2525
2626
- name: Download rock
27-
uses: actions/download-artifact@v3
27+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
2828
with:
2929
name: rock
3030

.github/workflows/_rock-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
scan:
88
name: Scan
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- name: Checkout
@@ -29,6 +29,6 @@ jobs:
2929
ROCK_VERSION: ${{ steps.rock_info.outputs.rock_version }}
3030

3131
- name: Upload scan results to GitHub
32-
uses: github/codeql-action/upload-sarif@v2
32+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3
3333
with:
3434
sarif_file: 'trivy-results.sarif'

.github/workflows/charm-libs-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
release-libs:
88
name: Release Charm Libraries
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4

.github/workflows/charm-libs-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
update-libs:
1313
name: Update Charm Dependent Libraries
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)