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
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up QEMU
uses: docker/setup-qemu-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# (go.opencensus.io/trace)
GOPROXY: "https://proxy.golang.org,direct"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Golang
run: dnf install -y golang
- name: Vendor Go dependencies
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install project dependencies
run: sudo apt install -y libgpgme-dev libbtrfs-dev libvirt-dev
- name: "Clone Repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
- name: Run linters
Expand All @@ -30,7 +30,7 @@ jobs:
name: "Manifest"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/testdeps
- name: Install integration test env
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/testdeps
- name: Install integration test env
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
name: "Build (Cross-Architecture)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/testdeps
- name: Install integration test env
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
name: "Smoke"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: ./.github/actions/testdeps
- name: Install integration test env
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}"
echo "Job originally triggered by ${{ github.actor }}"
exit 1
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run integration tests via pytest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-osbuild-composer-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
run: dnf -y install krb5-devel gcc git-core go gpgme-devel osbuild-depsolve-dnf btrfs-progs-devel device-mapper-devel jq

- name: Check out osbuild-composer main branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: osbuild-composer
repository: osbuild/osbuild-composer
ref: main
set-safe-directory: true

- name: Check out osbuild/images for the PR
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: images
ref: ${{ github.event.pull_request.head.sha }}
Expand Down Expand Up @@ -188,15 +188,15 @@ jobs:
run: dnf -y install krb5-devel gcc git-core go gpgme-devel osbuild-depsolve-dnf btrfs-progs-devel device-mapper-devel jq

- name: Check out image-builder-cli main branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: image-builder-cli
repository: osbuild/image-builder-cli
ref: main
set-safe-directory: true

- name: Check out osbuild/images for the PR
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: images
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GOPROXY: "https://proxy.golang.org|direct"
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: dnf config-manager --set-enabled crb

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
# (go.opencensus.io/trace)
GOPROXY: "https://proxy.golang.org|direct"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand All @@ -226,7 +226,7 @@ jobs:
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand All @@ -250,7 +250,7 @@ jobs:
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand All @@ -270,7 +270,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
set-safe-directory: true
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
options: "--privileged"
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
set-safe-directory: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt install -y jq

- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
# we need the history of the branch and main
Expand Down
Loading