Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/security_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0

- name: Ensure .trivyignore exists
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0

- name: Ensure .trivyignore exists
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_github_runner_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- test_planner_runner
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0
- name: Setup Astral UV
uses: astral-sh/setup-uv@v7
- name: Install tox with UV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_terraform_module_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
terraform: ${{ steps.filter.outputs.terraform }}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.0
- uses: dorny/paths-filter@v4
id: filter
with:
Expand All @@ -32,7 +32,7 @@ jobs:
WORKING_DIR: "terraform/"
steps:
- name: Check out code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v7.0.0

- name: Setup Terraform
uses: hashicorp/setup-terraform@v4.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_terraform_module_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
terraform: ${{ steps.filter.outputs.terraform }}
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.0
- uses: dorny/paths-filter@v4
id: filter
with:
Expand All @@ -31,7 +31,7 @@ jobs:
env:
WORKING_DIR: "terraform/charm/tests"
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v7.0.0
- uses: charmed-kubernetes/actions-operator@main
with:
provider: "lxd"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: TICS
runs-on: [self-hosted, linux, amd64, tiobe, jammy]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Run Unit Tests (manager app)
Expand Down
Loading